Sha256: 060340c2dea43e132c9a0811e56c2aba3a151d50c523cd71e9e87fe4ac1ee725

Contents?: true

Size: 795 Bytes

Versions: 2

Compression:

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

      class InternalServerException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class RequestThrottledException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ResourceNotFoundException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ValidationException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aws-sdk-emrcontainers-1.31.0 sig/errors.rbs
aws-sdk-emrcontainers-1.30.0 sig/errors.rbs