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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



447
448
449
# File 'lib/aws-sdk-organizations/errors.rb', line 447

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

Instance Method Details

#messageString

Returns:

  • (String)


452
# File 'lib/aws-sdk-organizations/errors.rb', line 452

def message: () -> ::String

#reasonString

Returns:

  • (String)


457
# File 'lib/aws-sdk-organizations/errors.rb', line 457

def reason: () -> ::String