Class: Aws::Organizations::Types::HandshakeNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-organizations/types.rb

Overview

We can’t find a handshake with the ‘HandshakeId` that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2321
2322
2323
2324
2325
# File 'lib/aws-sdk-organizations/types.rb', line 2321

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