Class: Aws::HealthLake::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

A general-purpose string value.

Returns:

  • (String)


1915
1916
1917
1918
1919
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1915

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end