Class: Aws::CloudFront::Types::TooManyCacheBehaviors

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


11387
11388
11389
11390
11391
# File 'lib/aws-sdk-cloudfront/types.rb', line 11387

class TooManyCacheBehaviors < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end