Sha256: 512698bf6ad2524b31a37c585b06a4fcae2ea81ca822d87daaba1991d036960e
Contents?: true
Size: 904 Bytes
Versions: 17
Compression:
Stored size: 904 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 DataPipeline module Errors class ServiceError < ::Aws::Errors::ServiceError end class InternalServiceError < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class PipelineDeletedException < ::Aws::Errors::ServiceError def message: () -> ::String end class PipelineNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class TaskNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems