Class: Aws::CloudFront::Types::EntityNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EntityNotFound
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4173 4174 4175 4176 4177 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4173 class EntityNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |