Class: Aws::CloudFrontKeyValueStore::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFrontKeyValueStore::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfrontkeyvaluestore/types.rb
Overview
Resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
371 372 373 374 375 |
# File 'lib/aws-sdk-cloudfrontkeyvaluestore/types.rb', line 371 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |