Class: Aws::PaymentCryptography::Types::ResourceNotFoundException

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

Overview

The request was denied due to an invalid resource error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The string for the exception.

Returns:

  • (String)


1375
1376
1377
1378
1379
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1375

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