Class: Aws::LookoutMetrics::Types::ExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ExecutionStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
The status of an anomaly detector run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
The reason that the run failed, if applicable.
-
#status ⇒ String
The run’s status.
-
#timestamp ⇒ String
The run’s timestamp.
Instance Attribute Details
#failure_reason ⇒ String
The reason that the run failed, if applicable.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1488 class ExecutionStatus < Struct.new( :timestamp, :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run’s status.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1488 class ExecutionStatus < Struct.new( :timestamp, :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ String
The run’s timestamp.
1488 1489 1490 1491 1492 1493 1494 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1488 class ExecutionStatus < Struct.new( :timestamp, :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |