Class: Aws::CloudFront::Types::TooManyDistributions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Processing your request would cause you to exceed the maximum number of distributions allowed.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7728 7729 7730 7731 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7728 class TooManyDistributions < Struct.new( :message) include Aws::Structure end |