Class: Aws::SagemakerJobRuntime::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SagemakerJobRuntime::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakerjobruntime/types.rb
Overview
You have exceeded a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
192 193 194 195 196 |
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 192 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |