Sha256: 8301a34a94dbed48694fa28e9abb326ba4790b7e2a64a3b770760c448dd6a9a5
Contents?: true
Size: 686 Bytes
Versions: 25
Compression:
Stored size: 686 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 DataSync module Errors class ServiceError < ::Aws::Errors::ServiceError end class InternalException < ::Aws::Errors::ServiceError def message: () -> ::String def error_code: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String def error_code: () -> ::String def datasync_error_code: () -> ::String end end end end
Version data entries
25 entries across 25 versions & 1 rubygems