Class: Aws::PaymentCryptographyData::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/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 resource that is missing.

Returns:

  • (String)


1464
1465
1466
1467
1468
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1464

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