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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2206
2207
2208
2209
2210
# File 'lib/aws-sdk-organizations/types.rb', line 2206

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