Class: Aws::Organizations::Types::InvalidHandshakeTransitionException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

You can’t perform the operation on the handshake in its current state. For example, you can’t cancel a handshake that was already accepted or accept a handshake that was already declined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2629
2630
2631
2632
2633
# File 'lib/aws-sdk-organizations/types.rb', line 2629

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