Class: Aws::Athena::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
A resource, such as a workgroup, was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_name ⇒ String
The name of the Amazon resource.
Instance Attribute Details
#message ⇒ String
3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-athena/types.rb', line 3502 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the Amazon resource.
3502 3503 3504 3505 3506 3507 |
# File 'lib/aws-sdk-athena/types.rb', line 3502 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |