Class: Aws::Organizations::Types::DuplicateHandshakeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DuplicateHandshakeException
- Defined in:
- gems/aws-sdk-organizations/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
2029 2030 2031 2032 2033 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2029 class DuplicateHandshakeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |