Class: Aws::PaymentCryptography::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ConflictException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
This request can cause an inconsistent state for the resource.
The requested operation conflicts with the current state of the resource. For example, attempting to delete a key that is currently being used, or trying to create a resource that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
160 161 162 163 164 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 160 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |