Class: Aws::Organizations::Errors::HandshakeConstraintViolationException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Organizations::Errors::HandshakeConstraintViolationException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HandshakeConstraintViolationException
constructor
A new instance of HandshakeConstraintViolationException.
- #message ⇒ String
- #reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HandshakeConstraintViolationException
Returns a new instance of HandshakeConstraintViolationException.
447 448 449 |
# File 'lib/aws-sdk-organizations/errors.rb', line 447 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
452 |
# File 'lib/aws-sdk-organizations/errors.rb', line 452
def message: () -> ::String
|
#reason ⇒ String
457 |
# File 'lib/aws-sdk-organizations/errors.rb', line 457
def reason: () -> ::String
|