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 has insufficient permissions to run, this field provides more details.
-
#state_reason_code ⇒ String
If the canary cannot run or has failed, this field displays the reason.
Instance Attribute Details
#state ⇒ String
The current state of the canary.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 636 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |
#state_reason ⇒ String
If the canary has insufficient permissions to run, this field provides more details.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 636 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |
#state_reason_code ⇒ String
If the canary cannot run or has failed, this field displays the reason.
636 637 638 639 640 641 642 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 636 class CanaryStatus < Struct.new( :state, :state_reason, :state_reason_code) SENSITIVE = [] include Aws::Structure end |