Class: Aws::RAM::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::IdempotentParameterMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because the client token input parameter matched one that was used with a previous call to the operation, but at least one of the other input parameters is different from the previous call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1542 1543 1544 1545 1546 |
# File 'lib/aws-sdk-ram/types.rb', line 1542 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |