Class: Aws::Organizations::Types::HandshakeAlreadyInStateException

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

Overview

The specified handshake is already in the requested state. For example, you can't accept a handshake that was already accepted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2432
2433
2434
2435
2436
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2432

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