Class: Aws::SageMakerGeospatial::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb

Overview

The request references a resource which does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1851

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Identifier of the resource that was not found.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 1851

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end