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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


68187
68188
68189
68190
68191
68192
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68187

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)


68187
68188
68189
68190
68191
68192
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68187

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