Class: Aws::EC2::Types::RouteTableAssociationState

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

Overview

Describes the state of an association between a route table and a subnet or gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The state of the association.

Returns:

  • (String)


57870
57871
57872
57873
57874
57875
# File 'lib/aws-sdk-ec2/types.rb', line 57870

class RouteTableAssociationState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message, if applicable.

Returns:

  • (String)


57870
57871
57872
57873
57874
57875
# File 'lib/aws-sdk-ec2/types.rb', line 57870

class RouteTableAssociationState < Struct.new(
  :state,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end