Class: Aws::SageMakerGeospatial::Types::InternalServerException

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

Overview

The request processing has failed because of an unknown error, exception, or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


923
924
925
926
927
928
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 923

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

#resource_idString

Returns:

  • (String)


923
924
925
926
927
928
# File 'gems/aws-sdk-sagemakergeospatial/lib/aws-sdk-sagemakergeospatial/types.rb', line 923

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