Class: Aws::MachineLearning::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-machinelearning/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

#codeInteger

Returns:

  • (Integer)


2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2431

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

#messageString

Returns:

  • (String)


2431
2432
2433
2434
2435
2436
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2431

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