Class: Aws::SageMakerGeospatial::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Identifier of the resource that was not found.
Instance Attribute Details
#message ⇒ String
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1851 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource that was not found.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 1851 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |