Class: Aws::NetworkManager::Types::TransitGatewayRegistrationStateReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::TransitGatewayRegistrationStateReason
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes the status of a transit gateway registration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The code for the state reason.
-
#message ⇒ String
The message for the state reason.
Instance Attribute Details
#code ⇒ String
The code for the state reason.
5696 5697 5698 5699 5700 5701 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5696 class TransitGatewayRegistrationStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message for the state reason.
5696 5697 5698 5699 5700 5701 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5696 class TransitGatewayRegistrationStateReason < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |