// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package licensemanagerlinuxsubscriptions import ( "github.com/aws/aws-sdk-go/private/protocol" ) const ( // ErrCodeInternalServerException for service response error code // "InternalServerException". // // An exception occurred with the service. ErrCodeInternalServerException = "InternalServerException" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The request was denied due to request throttling. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeValidationException for service response error code // "ValidationException". // // The provided input is not valid. Try your request again. ErrCodeValidationException = "ValidationException" ) var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{ "InternalServerException": newErrorInternalServerException, "ThrottlingException": newErrorThrottlingException, "ValidationException": newErrorValidationException, }