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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

Returns:

  • (Integer)


2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2375

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

#messageString

Returns:

  • (String)


2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 2375

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