Class: Aws::CloudFront::Types::TooManyOrigins
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyOrigins
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
You cannot create more origins for the distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12032 12033 12034 12035 12036 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12032 class TooManyOrigins < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |