Class: Aws::CloudFront::Errors::TooManyCacheBehaviors
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyCacheBehaviors
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCacheBehaviors
constructor
A new instance of TooManyCacheBehaviors.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyCacheBehaviors
Returns a new instance of TooManyCacheBehaviors.
1273 1274 1275 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1273 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1278 1279 1280 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1278 def @message || @data[:message] end |