Class: Aws::CloudFront::Types::TooManyDistributionsAssociatedToOriginAccessControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyDistributionsAssociatedToOriginAccessControl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The maximum number of distributions have been associated with the specified origin access control.
For more information, see [Quotas] (formerly known as limits) in the *Amazon CloudFront Developer Guide*.
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11622 11623 11624 11625 11626 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 11622 class TooManyDistributionsAssociatedToOriginAccessControl < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |