Class: Aws::EC2::Types::PeeringAttachmentStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PeeringAttachmentStatus
- Defined in:
- gems/aws-sdk-ec2/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.
57467 57468 57469 57470 57471 57472 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57467 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message, if applicable.
57467 57468 57469 57470 57471 57472 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57467 class PeeringAttachmentStatus < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |