Class: Aws::EC2::Types::VpcPeeringConnectionStateReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnectionStateReason
- Includes:
- Structure
- Defined in:
- 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.
73425 73426 73427 73428 73429 73430 |
# File 'lib/aws-sdk-ec2/types.rb', line 73425 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that provides more information about the status, if applicable.
73425 73426 73427 73428 73429 73430 |
# File 'lib/aws-sdk-ec2/types.rb', line 73425 class VpcPeeringConnectionStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |