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.
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ 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 |
#message ⇒ 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 |