Class: Aws::DSQL::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The resource ID could not be found.
-
#resource_type ⇒ String
The resource type could not be found.
Instance Attribute Details
#message ⇒ String
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 452 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID could not be found.
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 452 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type could not be found.
452 453 454 455 456 457 458 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 452 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |