Class: Aws::MachineLearning::Types::IdempotentParameterMismatchException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-machinelearning/types.rb

Overview

A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


2549
2550
2551
2552
2553
# File 'lib/aws-sdk-machinelearning/types.rb', line 2549

class IdempotentParameterMismatchException < Struct.new(
  :message,
  :code)
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2549
2550
2551
2552
2553
# File 'lib/aws-sdk-machinelearning/types.rb', line 2549

class IdempotentParameterMismatchException < Struct.new(
  :message,
  :code)
  include Aws::Structure
end