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*.

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4868
4869
4870
4871
4872
# File 'lib/aws-sdk-cloudfront/types.rb', line 4868

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