Class: Aws::Organizations::Errors::ConstraintViolationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::ConstraintViolationException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConstraintViolationException
constructor
A new instance of ConstraintViolationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConstraintViolationException
Returns a new instance of ConstraintViolationException.
274 275 276 |
# File 'lib/aws-sdk-organizations/errors.rb', line 274 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
279 280 281 |
# File 'lib/aws-sdk-organizations/errors.rb', line 279 def @message || @data[:message] end |
#reason ⇒ String
284 285 286 |
# File 'lib/aws-sdk-organizations/errors.rb', line 284 def reason @data[:reason] end |