Class: Aws::CloudFront::Types::FunctionInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Cannot delete the function because it's attached to one or more cache behaviors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4782
4783
4784
4785
4786
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4782

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