Class: Aws::EC2::Types::UnsuccessfulAssociationResponseObject

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

Overview

Describes an unsuccessful application status check association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_status_check_idString

The ID of the application status check.

Returns:

  • (String)


86878
86879
86880
86881
86882
86883
86884
86885
# File 'lib/aws-sdk-ec2/types.rb', line 86878

class UnsuccessfulAssociationResponseObject < Struct.new(
  :application_status_check_id,
  :association_type,
  :association_value,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#association_typeString

The type of association. Valid values: EC2TAG and INSTANCE_ID.

Returns:

  • (String)


86878
86879
86880
86881
86882
86883
86884
86885
# File 'lib/aws-sdk-ec2/types.rb', line 86878

class UnsuccessfulAssociationResponseObject < Struct.new(
  :application_status_check_id,
  :association_type,
  :association_value,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#association_valueString

The association value. For EC2TAG, the value is formatted as key=value. For INSTANCE_ID, the value is the instance ID.

Returns:

  • (String)


86878
86879
86880
86881
86882
86883
86884
86885
# File 'lib/aws-sdk-ec2/types.rb', line 86878

class UnsuccessfulAssociationResponseObject < Struct.new(
  :application_status_check_id,
  :association_type,
  :association_value,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason the association failed.

Returns:

  • (String)


86878
86879
86880
86881
86882
86883
86884
86885
# File 'lib/aws-sdk-ec2/types.rb', line 86878

class UnsuccessfulAssociationResponseObject < Struct.new(
  :application_status_check_id,
  :association_type,
  :association_value,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end