Class: Aws::MediaStoreData::Types::ObjectNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStoreData::Types::ObjectNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastoredata/types.rb
Overview
Could not perform an operation on an object that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
332 333 334 335 336 |
# File 'lib/aws-sdk-mediastoredata/types.rb', line 332 class ObjectNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |