Sha256: 7251c2b7ec82e2f9fbaec433b8842421cba427991ba3582712f9f3530e2049c3

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 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 Invoicing
    module Errors
      class ServiceError < ::Aws::Errors::ServiceError
      end

      class AccessDeniedException < ::Aws::Errors::ServiceError
        def message: () -> ::String
        def resource_name: () -> ::String
      end
      class InternalServerException < ::Aws::Errors::ServiceError
        def retry_after_seconds: () -> ::String
        def message: () -> ::String
      end
      class ResourceNotFoundException < ::Aws::Errors::ServiceError
        def message: () -> ::String
        def resource_name: () -> ::String
      end
      class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ThrottlingException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ValidationException < ::Aws::Errors::ServiceError
        def message: () -> ::String
        def resource_name: () -> ::String
        def reason: () -> ::String
        def field_list: () -> ::String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws-sdk-invoicing-1.1.0 sig/errors.rbs
aws-sdk-invoicing-1.0.0 sig/errors.rbs