Class: Aws::CloudFront::Types::FunctionSizeLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FunctionSizeLimitExceeded
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The function is too large. For more information, see Quotas (formerly known as limits) in the Amazon CloudFront Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5176 5177 5178 5179 5180 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5176 class FunctionSizeLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |