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
1901 1902 1903 1904 1905 |
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1901 class DuplicateHandshakeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |