Class: Aws::Synthetics::Types::CanaryStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The current state of the canary.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 619

class CanaryStatus < Struct.new(
  :state,
  :state_reason,
  :state_reason_code)
  SENSITIVE = []
  include Aws::Structure
end

#state_reasonString

If the canary has insufficient permissions to run, this field provides more details.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 619

class CanaryStatus < Struct.new(
  :state,
  :state_reason,
  :state_reason_code)
  SENSITIVE = []
  include Aws::Structure
end

#state_reason_codeString

If the canary cannot run or has failed, this field displays the reason.

Returns:

  • (String)


619
620
621
622
623
624
625
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 619

class CanaryStatus < Struct.new(
  :state,
  :state_reason,
  :state_reason_code)
  SENSITIVE = []
  include Aws::Structure
end