Class: Aws::CloudFront::Types::FunctionInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::FunctionInUse
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5090 5091 5092 5093 5094 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5090 class FunctionInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |