Class: Aws::CloudFront::Errors::TooManyOriginCustomHeaders
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyOriginCustomHeaders
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyOriginCustomHeaders
constructor
A new instance of TooManyOriginCustomHeaders.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyOriginCustomHeaders
Returns a new instance of TooManyOriginCustomHeaders.
2076 2077 2078 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2076 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
2081 2082 2083 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2081 def @message || @data[:message] end |