Class: Aws::EC2::Types::PeeringAttachmentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PeeringAttachmentStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
The status of the transit gateway peering attachment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status code.
-
#message ⇒ String
The status message, if applicable.
Instance Attribute Details
#code ⇒ String
The status code.
52440 52441 52442 52443 52444 52445 |
# File 'lib/aws-sdk-ec2/types.rb', line 52440 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message, if applicable.
52440 52441 52442 52443 52444 52445 |
# File 'lib/aws-sdk-ec2/types.rb', line 52440 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |