Class: Aws::EntityResolution::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2608 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |