Class: Aws::Athena::Types::SessionAlreadyExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

The specified session already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3821
3822
3823
3824
3825
# File 'lib/aws-sdk-athena/types.rb', line 3821

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