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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1903
1904
1905
1906
1907
# File 'lib/aws-sdk-paymentcryptographydata/types.rb', line 1903

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