Class: Aws::MachineLearning::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::IdempotentParameterMismatchException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ Integer
2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2375 class IdempotentParameterMismatchException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2375 2376 2377 2378 2379 2380 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 2375 class IdempotentParameterMismatchException < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |