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
5509 5510 5511 5512 5513 |
# File 'lib/aws-sdk-omics/types.rb', line 5509 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |