Class: Aws::EC2::Types::VpcPeeringConnectionStateReason

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The status of the VPC peering connection.

Returns:

  • (String)


69192
69193
69194
69195
69196
69197
# File 'lib/aws-sdk-ec2/types.rb', line 69192

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

#messageString

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

Returns:

  • (String)


69192
69193
69194
69195
69196
69197
# File 'lib/aws-sdk-ec2/types.rb', line 69192

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