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.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status of the VPC peering connection.

Returns:

  • (String)


37391
37392
37393
37394
37395
# File 'lib/aws-sdk-ec2/types.rb', line 37391

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

#messageString

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

Returns:

  • (String)


37391
37392
37393
37394
37395
# File 'lib/aws-sdk-ec2/types.rb', line 37391

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