Class: Aws::Athena::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-athena/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
3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3504 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the Amazon resource.
3504 3505 3506 3507 3508 3509 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3504 class ResourceNotFoundException < Struct.new( :message, :resource_name) SENSITIVE = [] include Aws::Structure end |