Sha256: 1fce1c4f370ab75b43f8e64e97764780660fd325bfd11d10eb3164eeda3df24e

Contents?: true

Size: 1.48 KB

Versions: 21

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 Transfer
    module Errors
      class ServiceError < ::Aws::Errors::ServiceError
      end

      class AccessDeniedException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ConflictException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InternalServiceError < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InvalidNextTokenException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InvalidRequestException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ResourceExistsException < ::Aws::Errors::ServiceError
        def message: () -> ::String
        def resource: () -> ::String
        def resource_type: () -> ::String
      end
      class ResourceNotFoundException < ::Aws::Errors::ServiceError
        def message: () -> ::String
        def resource: () -> ::String
        def resource_type: () -> ::String
      end
      class ServiceUnavailableException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ThrottlingException < ::Aws::Errors::ServiceError
        def retry_after_seconds: () -> ::String
      end
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
aws-sdk-transfer-1.88.0 sig/errors.rbs