Class: Aws::IoTEvents::Types::DescribeDetectorModelAnalysisResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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.

Returns:

  • (String)


1180
1181
1182
1183
1184
# File 'lib/aws-sdk-iotevents/types.rb', line 1180

class DescribeDetectorModelAnalysisResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end