Method: Aws::IoTEvents::Types::DescribeDetectorModelAnalysisResponse#status
- Defined in:
- lib/aws-sdk-iotevents/types.rb
#status ⇒ String
The status of the analysis activity. The status can be one of the following values:
-
‘RUNNING` - AWS IoT Events is analyzing your detector model. This process can take several minutes to complete.
-
‘COMPLETE` - AWS IoT Events finished analyzing your detector model.
-
‘FAILED` - AWS IoT Events couldn’t analyze your detector model. Try again later.
1180 1181 1182 1183 1184 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1180 class DescribeDetectorModelAnalysisResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |