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)


2266
2267
2268
2269
2270
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2266

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