Class: Aws::PaymentCryptography::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ResourceNotFoundException
- 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
-
#resource_id ⇒ String
The identifier of the resource that was not found.
Instance Attribute Details
#resource_id ⇒ String
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.
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 |