You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the status of a transit gateway registration.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The code for the state reason.

Possible values:

  • PENDING
  • AVAILABLE
  • DELETING
  • DELETED
  • FAILED

Returns:

  • (String)

    The code for the state reason.

#messageString

The message for the state reason.

Returns:

  • (String)

    The message for the state reason.