Sha256: 61a8a4d2f0003af1355f9bccc75b100bd4e450414631f4f073aedff4a0caebac

Contents?: true

Size: 855 Bytes

Versions: 2

Compression:

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

      class AccessDeniedException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InternalServerException < ::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 reason: () -> ::String
        def field_list: () -> ::String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

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