Class: Aws::EC2::Types::VpcPeeringConnectionStateReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnectionStateReason
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the status of a VPC peering connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status of the VPC peering connection.
-
#message ⇒ String
A message that provides more information about the status, if applicable.
Instance Attribute Details
#code ⇒ String
The status of the VPC peering connection.
69772 69773 69774 69775 69776 69777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69772 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that provides more information about the status, if applicable.
69772 69773 69774 69775 69776 69777 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69772 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |