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

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


2013
2014
2015
2016
2017
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2013

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