Class: Aws::PaymentCryptography::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::ResourceNotFoundException
- 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
-
#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.
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 |