Class: Aws::SNS::Errors::InternalErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::InternalErrorException
- Defined in:
- lib/aws-sdk-sns/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.
181 182 183 |
# File 'lib/aws-sdk-sns/errors.rb', line 181 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
186 187 188 |
# File 'lib/aws-sdk-sns/errors.rb', line 186 def @message || @data[:message] end |