2017-07-23 09:51:42 +02:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
package greengrass
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
|
|
// "BadRequestException".
|
|
|
|
//
|
|
|
|
// user error
|
|
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
|
|
|
|
// ErrCodeInternalServerErrorException for service response error code
|
|
|
|
// "InternalServerErrorException".
|
|
|
|
//
|
2018-01-16 14:20:59 +01:00
|
|
|
// The server encountered an unexpected error.
|
2017-07-23 09:51:42 +02:00
|
|
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
|
|
|
)
|