Class: Aws::PaymentCryptographyData::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::ResourceNotFoundException
- 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
-
#resource_id ⇒ String
The resource that is missing.
Instance Attribute Details
#resource_id ⇒ String
The resource that is missing.
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 |