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
12263 12264 12265 12266 12267 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12263 class TooManyOrigins < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |