Class: Aws::SNS::Errors::EmptyBatchRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::EmptyBatchRequestException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EmptyBatchRequestException
constructor
A new instance of EmptyBatchRequestException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EmptyBatchRequestException
Returns a new instance of EmptyBatchRequestException.
136 137 138 |
# File 'lib/aws-sdk-sns/errors.rb', line 136 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
141 142 143 |
# File 'lib/aws-sdk-sns/errors.rb', line 141 def @message || @data[:message] end |