Sha256: 2569f672a566a8e810c605405f66307cf2f567edd9e90b082352c642e6de3b27
Contents?: true
Size: 936 Bytes
Versions: 7
Compression:
Stored size: 936 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 LambdaPreview module Errors class ServiceError < ::Aws::Errors::ServiceError end class InvalidParameterValueException < ::Aws::Errors::ServiceError def type: () -> ::String def message: () -> ::String end class InvalidRequestContentException < ::Aws::Errors::ServiceError def type: () -> ::String def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def type: () -> ::String def message: () -> ::String end class ServiceException < ::Aws::Errors::ServiceError def type: () -> ::String def message: () -> ::String end end end end
Version data entries
7 entries across 7 versions & 1 rubygems