Class: Aws::EC2::Types::UnsuccessfulSuppressionResponseObject

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes an unsuccessful application status check suppression.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id ⇒ String

The ID of the instance.

Returns:

  • (String)


89175
89176
89177
89178
89179
89180
89181
89182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89175

class UnsuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reason ⇒ String

The reason the suppression failed.

Returns:

  • (String)


89175
89176
89177
89178
89179
89180
89181
89182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89175

class UnsuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#resume_at ⇒ Time

The date and time when health checks would have resumed.

Returns:

  • (Time)


89175
89176
89177
89178
89179
89180
89181
89182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89175

class UnsuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#suppress_at ⇒ Time

The date and time when suppression was attempted.

Returns:

  • (Time)


89175
89176
89177
89178
89179
89180
89181
89182
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 89175

class UnsuccessfulSuppressionResponseObject < Struct.new(
  :instance_id,
  :suppress_at,
  :resume_at,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end