Class: Aws::Pinpoint::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Pinpoint::Errors::InternalServerErrorException
- Defined in:
- lib/aws-sdk-pinpoint/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
110 111 112 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 110 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
115 116 117 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 115 def @message || @data[:message] end |
#request_id ⇒ String
120 121 122 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 120 def request_id @data[:request_id] end |