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.
54118 54119 54120 54121 54122 54123 |
# File 'lib/aws-sdk-ec2/types.rb', line 54118 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message, if applicable.
54118 54119 54120 54121 54122 54123 |
# File 'lib/aws-sdk-ec2/types.rb', line 54118 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |