Sha256: 3ce4c534c1e3b5aea535a08ef0b5a75b64fd97dc3f60fe52c2bb21cf8d64501b
Contents?: true
Size: 910 Bytes
Versions: 21
Compression:
Stored size: 910 Bytes
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 DynamoDBStreams module Errors class ServiceError < ::Aws::Errors::ServiceError end class ExpiredIteratorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerError < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class TrimmedDataAccessException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
21 entries across 21 versions & 1 rubygems