Files
aptly/vendor/github.com/aws/aws-sdk-go/service/guardduty/errors.go
T
2019-07-13 00:19:00 +03:00

19 lines
507 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".
//
// Bad request exception object.
ErrCodeBadRequestException = "BadRequestException"
// ErrCodeInternalServerErrorException for service response error code
// "InternalServerErrorException".
//
// Internal server error exception object.
ErrCodeInternalServerErrorException = "InternalServerErrorException"
)