| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
- package iot
- const (
- // ErrCodeCertificateConflictException for service response error code
- // "CertificateConflictException".
- //
- // Unable to verify the CA certificate used to sign the device certificate you
- // are attempting to register. This is happens when you have registered more
- // than one CA certificate that has the same subject field and public key.
- ErrCodeCertificateConflictException = "CertificateConflictException"
- // ErrCodeCertificateStateException for service response error code
- // "CertificateStateException".
- //
- // The certificate operation is not allowed.
- ErrCodeCertificateStateException = "CertificateStateException"
- // ErrCodeCertificateValidationException for service response error code
- // "CertificateValidationException".
- //
- // The certificate is invalid.
- ErrCodeCertificateValidationException = "CertificateValidationException"
- // ErrCodeConflictingResourceUpdateException for service response error code
- // "ConflictingResourceUpdateException".
- //
- // A conflicting resource update exception. This exception is thrown when two
- // pending updates cause a conflict.
- ErrCodeConflictingResourceUpdateException = "ConflictingResourceUpdateException"
- // ErrCodeDeleteConflictException for service response error code
- // "DeleteConflictException".
- //
- // You can't delete the resource because it is attached to one or more resources.
- ErrCodeDeleteConflictException = "DeleteConflictException"
- // ErrCodeIndexNotReadyException for service response error code
- // "IndexNotReadyException".
- //
- // The index is not ready.
- ErrCodeIndexNotReadyException = "IndexNotReadyException"
- // ErrCodeInternalException for service response error code
- // "InternalException".
- //
- // An unexpected error has occurred.
- ErrCodeInternalException = "InternalException"
- // ErrCodeInternalFailureException for service response error code
- // "InternalFailureException".
- //
- // An unexpected error has occurred.
- ErrCodeInternalFailureException = "InternalFailureException"
- // ErrCodeInvalidQueryException for service response error code
- // "InvalidQueryException".
- //
- // The query is invalid.
- ErrCodeInvalidQueryException = "InvalidQueryException"
- // ErrCodeInvalidRequestException for service response error code
- // "InvalidRequestException".
- //
- // The request is not valid.
- ErrCodeInvalidRequestException = "InvalidRequestException"
- // ErrCodeInvalidResponseException for service response error code
- // "InvalidResponseException".
- //
- // The response is invalid.
- ErrCodeInvalidResponseException = "InvalidResponseException"
- // ErrCodeInvalidStateTransitionException for service response error code
- // "InvalidStateTransitionException".
- //
- // An attempt was made to change to an invalid state, for example by deleting
- // a job or a job execution which is "IN_PROGRESS" without setting the force
- // parameter.
- ErrCodeInvalidStateTransitionException = "InvalidStateTransitionException"
- // ErrCodeLimitExceededException for service response error code
- // "LimitExceededException".
- //
- // A limit has been exceeded.
- ErrCodeLimitExceededException = "LimitExceededException"
- // ErrCodeMalformedPolicyException for service response error code
- // "MalformedPolicyException".
- //
- // The policy documentation is not valid.
- ErrCodeMalformedPolicyException = "MalformedPolicyException"
- // ErrCodeNotConfiguredException for service response error code
- // "NotConfiguredException".
- //
- // The resource is not configured.
- ErrCodeNotConfiguredException = "NotConfiguredException"
- // ErrCodeRegistrationCodeValidationException for service response error code
- // "RegistrationCodeValidationException".
- //
- // The registration code is invalid.
- ErrCodeRegistrationCodeValidationException = "RegistrationCodeValidationException"
- // ErrCodeResourceAlreadyExistsException for service response error code
- // "ResourceAlreadyExistsException".
- //
- // The resource already exists.
- ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
- // ErrCodeResourceNotFoundException for service response error code
- // "ResourceNotFoundException".
- //
- // The specified resource does not exist.
- ErrCodeResourceNotFoundException = "ResourceNotFoundException"
- // ErrCodeResourceRegistrationFailureException for service response error code
- // "ResourceRegistrationFailureException".
- //
- // The resource registration failed.
- ErrCodeResourceRegistrationFailureException = "ResourceRegistrationFailureException"
- // ErrCodeServiceUnavailableException for service response error code
- // "ServiceUnavailableException".
- //
- // The service is temporarily unavailable.
- ErrCodeServiceUnavailableException = "ServiceUnavailableException"
- // ErrCodeSqlParseException for service response error code
- // "SqlParseException".
- //
- // The Rule-SQL expression can't be parsed correctly.
- ErrCodeSqlParseException = "SqlParseException"
- // ErrCodeThrottlingException for service response error code
- // "ThrottlingException".
- //
- // The rate exceeds the limit.
- ErrCodeThrottlingException = "ThrottlingException"
- // ErrCodeTransferAlreadyCompletedException for service response error code
- // "TransferAlreadyCompletedException".
- //
- // You can't revert the certificate transfer because the transfer is already
- // complete.
- ErrCodeTransferAlreadyCompletedException = "TransferAlreadyCompletedException"
- // ErrCodeTransferConflictException for service response error code
- // "TransferConflictException".
- //
- // You can't transfer the certificate because authorization policies are still
- // attached.
- ErrCodeTransferConflictException = "TransferConflictException"
- // ErrCodeUnauthorizedException for service response error code
- // "UnauthorizedException".
- //
- // You are not authorized to perform this operation.
- ErrCodeUnauthorizedException = "UnauthorizedException"
- // ErrCodeVersionConflictException for service response error code
- // "VersionConflictException".
- //
- // An exception thrown when the version of an entity specified with the expectedVersion
- // parameter does not match the latest version in the system.
- ErrCodeVersionConflictException = "VersionConflictException"
- // ErrCodeVersionsLimitExceededException for service response error code
- // "VersionsLimitExceededException".
- //
- // The number of policy versions exceeds the limit.
- ErrCodeVersionsLimitExceededException = "VersionsLimitExceededException"
- )
|