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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


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

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