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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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_idString

The ID of the instance.

Returns:

  • (String)


86992
86993
86994
86995
86996
86997
86998
86999
# File 'lib/aws-sdk-ec2/types.rb', line 86992

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

#reasonString

The reason the suppression failed.

Returns:

  • (String)


86992
86993
86994
86995
86996
86997
86998
86999
# File 'lib/aws-sdk-ec2/types.rb', line 86992

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

#resume_atTime

The date and time when health checks would have resumed.

Returns:

  • (Time)


86992
86993
86994
86995
86996
86997
86998
86999
# File 'lib/aws-sdk-ec2/types.rb', line 86992

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

#suppress_atTime

The date and time when suppression was attempted.

Returns:

  • (Time)


86992
86993
86994
86995
86996
86997
86998
86999
# File 'lib/aws-sdk-ec2/types.rb', line 86992

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