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.
1536 1537 1538 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1536 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1541 1542 1543 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1541 def @message || @data[:message] end |