Class: Aws::Organizations::Errors::HandshakeNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of HandshakeNotFoundException.

Parameters:



464
465
466
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 464

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

Instance Method Details

#messageString

Returns:

  • (String)


469
470
471
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 469

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