Class: Aws::Organizations::Errors::ConstraintViolationException

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

Returns a new instance of ConstraintViolationException.

Parameters:



274
275
276
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 274

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

Instance Method Details

#messageString

Returns:

  • (String)


279
280
281
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 279

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

#reasonString

Returns:

  • (String)


284
285
286
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/errors.rb', line 284

def reason
  @data[:reason]
end