mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-14 08:52:44 +00:00
9c6e3c89a5
* fix js scoping issue * add external libraries (they were offline too often) * new compiled scripts and css * new fixes in the binary * vendor update * change js source * remove needless variable * removed more needless variables
48 lines
1.6 KiB
Go
48 lines
1.6 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package iotanalytics
|
|
|
|
const (
|
|
|
|
// ErrCodeInternalFailureException for service response error code
|
|
// "InternalFailureException".
|
|
//
|
|
// There was an internal failure.
|
|
ErrCodeInternalFailureException = "InternalFailureException"
|
|
|
|
// ErrCodeInvalidRequestException for service response error code
|
|
// "InvalidRequestException".
|
|
//
|
|
// The request was not valid.
|
|
ErrCodeInvalidRequestException = "InvalidRequestException"
|
|
|
|
// ErrCodeLimitExceededException for service response error code
|
|
// "LimitExceededException".
|
|
//
|
|
// The command caused an internal limit to be exceeded.
|
|
ErrCodeLimitExceededException = "LimitExceededException"
|
|
|
|
// ErrCodeResourceAlreadyExistsException for service response error code
|
|
// "ResourceAlreadyExistsException".
|
|
//
|
|
// A resource with the same name already exists.
|
|
ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
// "ResourceNotFoundException".
|
|
//
|
|
// A resource with the specified name could not be found.
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
|
|
// ErrCodeServiceUnavailableException for service response error code
|
|
// "ServiceUnavailableException".
|
|
//
|
|
// The service is temporarily unavailable.
|
|
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
|
|
|
|
// ErrCodeThrottlingException for service response error code
|
|
// "ThrottlingException".
|
|
//
|
|
// The request was denied due to request throttling.
|
|
ErrCodeThrottlingException = "ThrottlingException"
|
|
)
|