Class: Aws::Amplify::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
An entity was not found during an operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2296 2297 2298 2299 2300 |
# File 'lib/aws-sdk-amplify/types.rb', line 2296 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |