Sha256: c4b5024c5eed8c37b25ec1348b15419f26d07d005c32e58a292450e89f95a601

Contents?: true

Size: 639 Bytes

Versions: 40

Compression:

Stored size: 639 Bytes

Contents

module Aws
  module Errors
    class NonSupportedRubyVersionError < RuntimeError
    end

    # The base class for all errors returned by an Amazon Web Service.
    # All ~400 level client errors and ~500 level server errors are raised
    # as service errors.  This indicates it was an error returned from the
    # service and not one generated by the client.
    class ServiceError < RuntimeError
      def initialize: (untyped context, String? message, ?untyped data) -> void

      attr_reader code: String

      attr_reader context: untyped

      attr_reader data: untyped

      attr_accessor self.code: String?
    end
  end
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
aws-sdk-core-3.214.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.213.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.212.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.211.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.210.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.209.1 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.209.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.208.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.207.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.206.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.205.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.204.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.203.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.202.2 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.202.1 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.202.0 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.201.5 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.201.4 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.201.3 sig/aws-sdk-core/errors.rbs
aws-sdk-core-3.201.2 sig/aws-sdk-core/errors.rbs