Class: Aws::Synthetics::Types::CanaryStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::CanaryStatus
- Defined in:
- gems/aws-sdk-synthetics/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.
779 780 781 782 783 784 785 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 779 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.
779 780 781 782 783 784 785 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 779 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.
779 780 781 782 783 784 785 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 779 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |