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)


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_reasonString

If the canary creation or update failed, this field provides details on the failure.

Returns:

  • (String)


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_codeString

If the canary creation or update failed, this field displays the reason code.

Returns:

  • (String)


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