Class: Aws::Synthetics::Types::CanaryStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
A structure that contains the current state of the canary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the canary.
-
#state_reason ⇒ String
If the canary creation or update failed, this field provides details on the failure.
-
#state_reason_code ⇒ String
If the canary creation or update failed, this field displays the reason code.
Instance Attribute Details
#state ⇒ String
The current state of the canary.
735 736 737 738 739 740 741 |
# File 'lib/aws-sdk-synthetics/types.rb', line 735 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
If the canary creation or update failed, this field provides details on the failure.
735 736 737 738 739 740 741 |
# File 'lib/aws-sdk-synthetics/types.rb', line 735 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |
#state_reason_code ⇒ String
If the canary creation or update failed, this field displays the reason code.
735 736 737 738 739 740 741 |
# File 'lib/aws-sdk-synthetics/types.rb', line 735 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |