Class: Aws::CloudFront::Types::TooManyDistributions
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributions
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Processing your request would cause you to exceed the maximum number of distributions allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12110 12111 12112 12113 12114 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12110 class TooManyDistributions < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |