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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11954 11955 11956 11957 11958 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11954 class TooManyCacheBehaviors < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |