Class: Aws::CognitoSync::Errors::InternalErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoSync::Errors::InternalErrorException
- Defined in:
- lib/aws-sdk-cognitosync/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalErrorException
constructor
A new instance of InternalErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalErrorException
Returns a new instance of InternalErrorException.
100 101 102 |
# File 'lib/aws-sdk-cognitosync/errors.rb', line 100 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
105 106 107 |
# File 'lib/aws-sdk-cognitosync/errors.rb', line 105 def @message || @data[:message] end |