Class: Aws::Athena::Types::SessionAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::SessionAlreadyExistsException
- 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
#message ⇒ 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 |