Class: Aws::SageMaker::Types::ResourceLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceLimitExceeded
- Defined in:
- gems/aws-sdk-sagemaker/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
#message ⇒ String
44184 44185 44186 44187 44188 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44184 class ResourceLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |