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)


24959
24960
24961
24962
24963
# File 'lib/aws-sdk-ec2/types.rb', line 24959

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

#messageString

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

Returns:

  • (String)


24959
24960
24961
24962
24963
# File 'lib/aws-sdk-ec2/types.rb', line 24959

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