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

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

Overview

Describes the state of a target network association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The state of the target network association.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2732

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

#messageString

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

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2732

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