37 lines
1.2 KiB
Go
37 lines
1.2 KiB
Go
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||
|
|
||
|
package cloudwatchevents
|
||
|
|
||
|
const (
|
||
|
|
||
|
// ErrCodeConcurrentModificationException for service response error code
|
||
|
// "ConcurrentModificationException".
|
||
|
//
|
||
|
// There is concurrent modification on a rule or target.
|
||
|
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
|
||
|
|
||
|
// ErrCodeInternalException for service response error code
|
||
|
// "InternalException".
|
||
|
//
|
||
|
// This exception occurs due to unexpected causes.
|
||
|
ErrCodeInternalException = "InternalException"
|
||
|
|
||
|
// ErrCodeInvalidEventPatternException for service response error code
|
||
|
// "InvalidEventPatternException".
|
||
|
//
|
||
|
// The event pattern is not valid.
|
||
|
ErrCodeInvalidEventPatternException = "InvalidEventPatternException"
|
||
|
|
||
|
// ErrCodeLimitExceededException for service response error code
|
||
|
// "LimitExceededException".
|
||
|
//
|
||
|
// You tried to create more rules or add more targets to a rule than is allowed.
|
||
|
ErrCodeLimitExceededException = "LimitExceededException"
|
||
|
|
||
|
// ErrCodeResourceNotFoundException for service response error code
|
||
|
// "ResourceNotFoundException".
|
||
|
//
|
||
|
// The rule does not exist.
|
||
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||
|
)
|