Class: Aws::Finspace::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
One or more resources can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4625 4626 4627 4628 4629 |
# File 'lib/aws-sdk-finspace/types.rb', line 4625 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |