Class: Aws::Organizations::Errors::HandshakeAlreadyInStateException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-organizations/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HandshakeAlreadyInStateException

Returns a new instance of HandshakeAlreadyInStateException.

Parameters:



429
430
431
# File 'lib/aws-sdk-organizations/errors.rb', line 429

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


434
435
436
# File 'lib/aws-sdk-organizations/errors.rb', line 434

def message
  @message || @data[:message]
end