Class: Aws::Omics::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
The target resource was not found in the current Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6145 6146 6147 6148 6149 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6145 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |