Sha256: c39a87c1d6126e6f4a682186be7d33b3002b6c7ae2d7a6210799e55502358ab7
Contents?: true
Size: 1.47 KB
Versions: 20
Compression:
Stored size: 1.47 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 ApplicationDiscoveryService module Errors class ServiceError < ::Aws::Errors::ServiceError end class AuthorizationErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class HomeRegionNotSetException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterValueException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class OperationNotPermittedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceInUseException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServerInternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
20 entries across 20 versions & 1 rubygems