Class: Aws::MedicalImaging::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
The request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 1266 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |