Class: Aws::RAM::Types::IdempotentParameterMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::IdempotentParameterMismatchException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
The client token input parameter was matched one 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
1171 1172 1173 1174 1175 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 1171 class IdempotentParameterMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |