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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


11364
11365
11366
11367
11368
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11364

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