mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 22:02:25 -04:00
This includes a bugfix to the cty/msgpack package to ensure correct decoding of unknown and null values. This also includes updates to cty's dependencies.
43 lines
1.2 KiB
Go
43 lines
1.2 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package pinpoint
|
|
|
|
const (
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
// "BadRequestException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeForbiddenException for service response error code
|
|
// "ForbiddenException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeForbiddenException = "ForbiddenException"
|
|
|
|
// ErrCodeInternalServerErrorException for service response error code
|
|
// "InternalServerErrorException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
|
|
|
// ErrCodeMethodNotAllowedException for service response error code
|
|
// "MethodNotAllowedException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeMethodNotAllowedException = "MethodNotAllowedException"
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
// "NotFoundException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
|
|
// ErrCodeTooManyRequestsException for service response error code
|
|
// "TooManyRequestsException".
|
|
//
|
|
// Simple message object.
|
|
ErrCodeTooManyRequestsException = "TooManyRequestsException"
|
|
)
|