Class: Aws::EC2::Types::UnsuccessfulAssociationResponseObject
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulAssociationResponseObject
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an unsuccessful application status check association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_status_check_id ⇒ String
The ID of the application status check.
-
#association_type ⇒ String
The type of association.
-
#association_value ⇒ String
The association value.
-
#reason ⇒ String
The reason the association failed.
Instance Attribute Details
#application_status_check_id ⇒ String
The ID of the application status check.
86887 86888 86889 86890 86891 86892 86893 86894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86887 class UnsuccessfulAssociationResponseObject < Struct.new( :application_status_check_id, :association_type, :association_value, :reason) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The type of association. Valid values: EC2TAG and INSTANCE_ID.
86887 86888 86889 86890 86891 86892 86893 86894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86887 class UnsuccessfulAssociationResponseObject < Struct.new( :application_status_check_id, :association_type, :association_value, :reason) SENSITIVE = [] include Aws::Structure end |
#association_value ⇒ String
The association value. For EC2TAG, the value is formatted as
key=value. For INSTANCE_ID, the value is the instance ID.
86887 86888 86889 86890 86891 86892 86893 86894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86887 class UnsuccessfulAssociationResponseObject < Struct.new( :application_status_check_id, :association_type, :association_value, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the association failed.
86887 86888 86889 86890 86891 86892 86893 86894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 86887 class UnsuccessfulAssociationResponseObject < Struct.new( :application_status_check_id, :association_type, :association_value, :reason) SENSITIVE = [] include Aws::Structure end |