Class: Aws::Organizations::Errors::HandshakeAlreadyInStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::HandshakeAlreadyInStateException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HandshakeAlreadyInStateException
constructor
A new instance of HandshakeAlreadyInStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ HandshakeAlreadyInStateException
Returns a new instance of HandshakeAlreadyInStateException.
429 430 431 |
# File 'lib/aws-sdk-organizations/errors.rb', line 429 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
434 435 436 |
# File 'lib/aws-sdk-organizations/errors.rb', line 434 def @message || @data[:message] end |