Class: Aws::Athena::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3500

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the Amazon resource.

Returns:

  • (String)


3500
3501
3502
3503
3504
3505
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3500

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end