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 resource not found.

The specified key, alias, or other resource does not exist in your account or region. Verify that the resource identifier is correct and that the resource exists in the expected region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The identifier of the resource that was not found.

This field contains the specific resource identifier (such as a key ARN or alias name) that could not be located.

Returns:

  • (String)


1983
1984
1985
1986
1987
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1983

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