Class: Aws::CloudFront::Errors::BatchTooLarge
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::BatchTooLarge
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BatchTooLarge
constructor
A new instance of BatchTooLarge.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BatchTooLarge
Returns a new instance of BatchTooLarge.
201 202 203 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 201 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
206 207 208 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 206 def @message || @data[:message] end |