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
show all
Defined in:
(unknown)

Overview

Describes the status of a VPC peering connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status of the VPC peering connection.

Possible values:

  • initiating-request
  • pending-acceptance
  • active
  • deleted
  • rejected
  • failed
  • expired
  • provisioning
  • deleting

Returns:

  • (String)

    The status of the VPC peering connection.

#messageString

A message that provides more information about the status, if applicable.

Returns:

  • (String)

    A message that provides more information about the status, if applicable.