Class: Aws::MediaStoreData::Types::ObjectNotFoundException

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

#messageString

Returns:

  • (String)


332
333
334
335
336
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 332

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