Class: Aws::SageMaker::Types::ResourceLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ResourceLimitExceeded
- 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
#message ⇒ String
47987 47988 47989 47990 47991 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47987 class ResourceLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |