Class: Aws::Omics::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
6351 6352 6353 6354 6355 |
# File 'lib/aws-sdk-omics/types.rb', line 6351 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |