Class: Aws::Organizations::Types::HandshakeAlreadyInStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::HandshakeAlreadyInStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
The specified handshake is already in the requested state. For example, you can’t accept a handshake that was already accepted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2226 2227 2228 2229 2230 |
# File 'lib/aws-sdk-organizations/types.rb', line 2226 class HandshakeAlreadyInStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |