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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


1033
1034
1035
1036
1037
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1033

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