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

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

#messageString

Returns:

  • (String)


2020
2021
2022
2023
2024
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2020

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