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)


54463
54464
54465
54466
54467
54468
# File 'lib/aws-sdk-ec2/types.rb', line 54463

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

#messageString

The status message, if applicable.

Returns:

  • (String)


54463
54464
54465
54466
54467
54468
# File 'lib/aws-sdk-ec2/types.rb', line 54463

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