Class: Aws::Pinpoint::Errors::PayloadTooLargeException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Pinpoint::Errors::PayloadTooLargeException
- Defined in:
- lib/aws-sdk-pinpoint/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PayloadTooLargeException
constructor
A new instance of PayloadTooLargeException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PayloadTooLargeException
Returns a new instance of PayloadTooLargeException.
170 171 172 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 170 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
175 176 177 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 175 def @message || @data[:message] end |
#request_id ⇒ String
180 181 182 |
# File 'lib/aws-sdk-pinpoint/errors.rb', line 180 def request_id @data[:request_id] end |