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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Code indicating the status of a VPC peering connection.

Returns:

  • (String)


11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11069

class VpcPeeringConnectionStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Additional messaging associated with the connection status.

Returns:

  • (String)


11069
11070
11071
11072
11073
11074
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11069

class VpcPeeringConnectionStatus < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end