Sha256: fc28617b39934fea254793ecb127a4f7aa75d69adec95bc46c2f9b5dff571211
Contents?: true
Size: 1.11 KB
Versions: 20
Compression:
Stored size: 1.11 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module Athena module Errors class ServiceError < ::Aws::Errors::ServiceError end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def athena_error_code: () -> ::String def message: () -> ::String end class MetadataException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class SessionAlreadyExistsException < ::Aws::Errors::ServiceError def message: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def message: () -> ::String def reason: () -> ::String end end end end
Version data entries
20 entries across 20 versions & 1 rubygems