Class: Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution
 
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-cloudfront/types.rb', line 12560 class TooManyOriginGroupsPerDistribution < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |