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
12231 12232 12233 12234 12235 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12231 class TooManyOriginGroupsPerDistribution < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |