Sha256: 523cfcb7272b5ae5d2e6a96e65458f8bd0f755536114ea4056fddb04dd308653
Contents?: true
Size: 1.05 KB
Versions: 17
Compression:
Stored size: 1.05 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 QLDBSession module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def code: () -> ::String end class CapacityExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidSessionException < ::Aws::Errors::ServiceError def message: () -> ::String def code: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class OccConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class RateExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems