Class: Aws::EC2::Types::PeeringAttachmentStatus

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

Overview

The status of the transit gateway peering attachment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The status code.

Returns:

  • (String)


53282
53283
53284
53285
53286
53287
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53282

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

#messageString

The status message, if applicable.

Returns:

  • (String)


53282
53283
53284
53285
53286
53287
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53282

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