Class: Aws::NetworkManager::Types::TransitGatewayRegistrationStateReason

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

Overview

Describes the status of a transit gateway registration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code for the state reason.

Returns:

  • (String)


5267
5268
5269
5270
5271
5272
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5267

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

#messageString

The message for the state reason.

Returns:

  • (String)


5267
5268
5269
5270
5271
5272
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5267

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