Class: Aws::SageMaker::Types::ResourceLimitExceeded

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


37731
37732
37733
37734
37735
# File 'lib/aws-sdk-sagemaker/types.rb', line 37731

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