Class: Aws::Organizations::Types::InvalidHandshakeTransitionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::InvalidHandshakeTransitionException
- 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
#message ⇒ String
2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-organizations/types.rb', line 2426 class InvalidHandshakeTransitionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |