Class: Aws::CloudFront::Types::TooManyCacheBehaviors
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyCacheBehaviors
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
You cannot create more cache behaviors for the distribution.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7665 7666 7667 7668 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7665 class TooManyCacheBehaviors < Struct.new( :message) include Aws::Structure end |