You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::VpcPeeringConnectionStateReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VpcPeeringConnectionStateReason
- Defined in:
- (unknown)
Overview
Describes the status of a VPC peering connection.
Returned by:
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.
Possible values:
- initiating-request
- pending-acceptance
- active
- deleted
- rejected
- failed
- expired
- provisioning
- deleting
#message ⇒ String
A message that provides more information about the status, if applicable.