Sha256: 08195283c09b1c9314fd75787c16e860a6ffdbfd24693d8b75c9e4d38fb73faa
Contents?: true
Size: 1.48 KB
Versions: 10
Compression:
Stored size: 1.48 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 RedshiftDataAPIService module Errors class ServiceError < ::Aws::Errors::ServiceError end class ActiveSessionsExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ActiveStatementsExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class BatchExecuteStatementException < ::Aws::Errors::ServiceError def message: () -> ::String def statement_id: () -> ::String end class DatabaseConnectionException < ::Aws::Errors::ServiceError def message: () -> ::String end class ExecuteStatementException < ::Aws::Errors::ServiceError def message: () -> ::String def statement_id: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class QueryTimeoutException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_id: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
10 entries across 10 versions & 1 rubygems