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
6111 6112 6113 6114 6115 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6111 class FunctionInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |