Class: Aws::CloudFront::Types::EntityNotFound

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

Overview

The key value store entity was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4171
4172
4173
4174
4175
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4171

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