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)


3831
3832
3833
3834
3835
# File 'lib/aws-sdk-athena/types.rb', line 3831

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