Class: Aws::Mobile::Types::NotFoundException

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

Overview

No entity can be found with the specified identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


448
449
450
451
452
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 448

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