Class: Aws::Organizations::Errors::HandshakeConstraintViolationException

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) ⇒ HandshakeConstraintViolationException

Returns a new instance of HandshakeConstraintViolationException.

Parameters:



444
445
446
# File 'lib/aws-sdk-organizations/errors.rb', line 444

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

Instance Method Details

#messageString

Returns:

  • (String)


449
450
451
# File 'lib/aws-sdk-organizations/errors.rb', line 449

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

#reasonString

Returns:

  • (String)


454
455
456
# File 'lib/aws-sdk-organizations/errors.rb', line 454

def reason
  @data[:reason]
end