Class: Aws::Organizations::Types::DuplicateHandshakeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1853
1854
1855
1856
1857
# File 'lib/aws-sdk-organizations/types.rb', line 1853

class DuplicateHandshakeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end