Sha256: a62e39b6fb2d106ad3527bec50174f957c31acfc9a727a30e255ec602e00b10d
Contents?: true
Size: 1.23 KB
Versions: 19
Compression:
Stored size: 1.23 KB
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 AppIntegrationsService module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class DuplicateResourceException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceError < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnsupportedOperationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems