Class: Aws::ComprehendMedical::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
The resource identified by the specified Amazon Resource Name (ARN) was not found. Check the ARN and try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 1199 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |