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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


53292
53293
53294
53295
53296
53297
# File 'lib/aws-sdk-ec2/types.rb', line 53292

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

#messageString

The status message, if applicable.

Returns:

  • (String)


53292
53293
53294
53295
53296
53297
# File 'lib/aws-sdk-ec2/types.rb', line 53292

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