Class: Aws::HealthLake::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The requested data store was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A general-purpose string value.
Instance Attribute Details
#message ⇒ String
A general-purpose string value.
1821 1822 1823 1824 1825 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1821 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |