mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-10 07:00:08 +00:00
18 lines
483 B
Go
18 lines
483 B
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package guardduty
|
|
|
|
const (
|
|
|
|
// ErrCodeBadRequestException for service response error code
|
|
// "BadRequestException".
|
|
//
|
|
// Error response object.
|
|
ErrCodeBadRequestException = "BadRequestException"
|
|
|
|
// ErrCodeInternalServerErrorException for service response error code
|
|
// "InternalServerErrorException".
|
|
//
|
|
// Error response object.
|
|
ErrCodeInternalServerErrorException = "InternalServerErrorException"
|
|
)
|