Class: Aws::RedshiftServerless::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The name of the resource that could not be found.
Instance Attribute Details
#message ⇒ String
2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2310 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the resource that could not be found.
2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2310 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |