Class: Aws::Organizations::Types::DuplicateHandshakeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicateHandshakeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
A handshake with the same action and target already exists. For example, if you invited an account to join your organization, the invited account might already have a pending invitation from this organization. If you intend to resend an invitation to an account, ensure that existing handshakes that might be considered duplicates are canceled or declined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1867 1868 1869 1870 1871 |
# File 'lib/aws-sdk-organizations/types.rb', line 1867 class DuplicateHandshakeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |