Class: Aws::EC2::Types::AssociationStatus

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

Overview

Describes the state of a target network association.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the target network association.

Returns:

  • (String)


1097
1098
1099
1100
1101
# File 'lib/aws-sdk-ec2/types.rb', line 1097

class AssociationStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end

#messageString

A message about the status of the target network association, if applicable.

Returns:

  • (String)


1097
1098
1099
1100
1101
# File 'lib/aws-sdk-ec2/types.rb', line 1097

class AssociationStatus < Struct.new(
  :code,
  :message)
  include Aws::Structure
end