Class: Aws::CloudFront::Types::FunctionSizeLimitExceeded

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#messageString

Returns:



6838
6839
6840
6841
6842
# File 'lib/aws-sdk-cloudfront/types.rb', line 6838

class FunctionSizeLimitExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end