You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GameLift::Types::VpcPeeringConnectionStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents status information for a VPC peering connection. Status is associated with a VpcPeeringConnection object. Status codes and messages are provided from EC2 (see VpcPeeringConnectionStateReason). Connection status information is also communicated as a fleet Event.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Code indicating the status of a VPC peering connection.

Returns:

  • (String)

    Code indicating the status of a VPC peering connection.

#messageString

Additional messaging associated with the connection status.

Returns:

  • (String)

    Additional messaging associated with the connection status.