Class: Aws::CloudFront::Types::TooManyOriginCustomHeaders
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyOriginCustomHeaders
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Your request contains too many origin custom headers.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7883 7884 7885 7886 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7883 class TooManyOriginCustomHeaders < Struct.new( :message) include Aws::Structure end |