Vendor aws-sdk-go (dep ensure) (#178)
This commit is contained in:
33
vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go
generated
vendored
Normal file
33
vendor/github.com/aws/aws-sdk-go/service/kinesisvideoarchivedmedia/errors.go
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package kinesisvideoarchivedmedia
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeClientLimitExceededException for service response error code
|
||||
// "ClientLimitExceededException".
|
||||
//
|
||||
// Kinesis Video Streams has throttled the request because you have exceeded
|
||||
// the limit of allowed client calls. Try making the call later.
|
||||
ErrCodeClientLimitExceededException = "ClientLimitExceededException"
|
||||
|
||||
// ErrCodeInvalidArgumentException for service response error code
|
||||
// "InvalidArgumentException".
|
||||
//
|
||||
// A specified parameter exceeds its restrictions, is not supported, or can't
|
||||
// be used.
|
||||
ErrCodeInvalidArgumentException = "InvalidArgumentException"
|
||||
|
||||
// ErrCodeNotAuthorizedException for service response error code
|
||||
// "NotAuthorizedException".
|
||||
//
|
||||
// Status Code: 403, The caller is not authorized to perform an operation on
|
||||
// the given stream, or the token has expired.
|
||||
ErrCodeNotAuthorizedException = "NotAuthorizedException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
// Kinesis Video Streams can't find the stream that you specified.
|
||||
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||||
)
|
||||
Reference in New Issue
Block a user