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
Instance Attribute Details
#message ⇒ String
922 923 924 925 926 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 922 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |