Class: Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution
- 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 origin groups allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12560 12561 12562 12563 12564 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12560 class TooManyOriginGroupsPerDistribution < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |