Class: Aws::Mobile::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mobile::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mobile/types.rb
Overview
No entity can be found with the specified identifier.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The Exception Error Message.
Instance Attribute Details
#message ⇒ String
The Exception Error Message.
448 449 450 451 452 |
# File 'lib/aws-sdk-mobile/types.rb', line 448 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |