Class: Aws::CloudFront::Errors::TooManyCookiesInCachePolicy
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyCookiesInCachePolicy
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCookiesInCachePolicy
constructor
A new instance of TooManyCookiesInCachePolicy.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCookiesInCachePolicy
Returns a new instance of TooManyCookiesInCachePolicy.
1754 1755 1756 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1754 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1759 1760 1761 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1759 def @message || @data[:message] end |