Class: Aws::PaymentCryptography::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb

Overview

This request can cause an inconsistent state for the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


57
58
59
60
61
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 57

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end