Class: Aws::IoTEvents::Types::DescribeDetectorModelAnalysisResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::DescribeDetectorModelAnalysisResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the analysis activity.
Instance Attribute Details
#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 |