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
14202 14203 14204 14205 14206 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14202 class TooManyOrigins < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |