Class: Aws::RedshiftDataAPIService::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftDataAPIService::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftdataapiservice/types.rb
Overview
The Amazon Redshift Data API operation failed due to a missing resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#resource_id ⇒ String
Resource identifier associated with the exception.
Instance Attribute Details
#message ⇒ String
The exception message.
1374 1375 1376 1377 1378 1379 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1374 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Resource identifier associated with the exception.
1374 1375 1376 1377 1378 1379 |
# File 'lib/aws-sdk-redshiftdataapiservice/types.rb', line 1374 class ResourceNotFoundException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |