Class: Aws::CloudFront::Types::CannotDeleteEntityWhileInUse

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

Overview

The key value store entity cannot be deleted while it is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1035
1036
1037
1038
1039
# File 'lib/aws-sdk-cloudfront/types.rb', line 1035

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