Class: Aws::MachineLearning::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Overview
The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as ‘DataSource`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Integer
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2431 class LimitExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2431 2432 2433 2434 2435 2436 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2431 class LimitExceededException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |