Struct: kms.InvalidMarkerException
Overview
The request was rejected because the marker that specifies where pagination should next begin is not valid.
Implemented Interfaces
s3crypto.Cipher, awserr.Error, s3manager.ReadSeekerWriteTo, awserr.RequestFailure, s3manager.WriterReadFrom
Structure Field Summary collapse
Service Operations collapse
-
Code() string
operation
Code returns the exception type name.
- Error() string operation
-
GoString() string
operation
GoString returns the string representation.
-
Message() string
operation
Message returns the exception's message.
-
OrigErr() error
operation
OrigErr always returns nil, satisfies awserr.Error interface.
-
RequestID() string
operation
RequestID returns the service's response RequestID for request.
-
StatusCode() int
operation
Status code returns the HTTP status code for the request's response error.
-
String() string
operation
String returns the string representation.
Structure Field Details
Message_ *string
`locationName:"message" type:"string"`
RespMetadata protocol.ResponseMetadata
`json:"-" xml:"-"`
_ struct{}
`type:"structure"`
Method Details
func (s *InvalidMarkerException) Code() string
Code returns the exception type name.
13992 13993 13994 |
// File 'service/kms/api.go', line 13992
|
func (s *InvalidMarkerException) Error() string
14009 14010 14011 |
// File 'service/kms/api.go', line 14009
|
func (s InvalidMarkerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
13981 13982 13983 |
// File 'service/kms/api.go', line 13981
|
func (s *InvalidMarkerException) Message() string
Message returns the exception's message.
13997 13998 13999 14000 14001 14002 |
// File 'service/kms/api.go', line 13997
|
func (s *InvalidMarkerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
14005 14006 14007 |
// File 'service/kms/api.go', line 14005
|
func (s *InvalidMarkerException) RequestID() string
RequestID returns the service's response RequestID for request.
14019 14020 14021 |
// File 'service/kms/api.go', line 14019
|
func (s *InvalidMarkerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
14014 14015 14016 |
// File 'service/kms/api.go', line 14014
|
func (s InvalidMarkerException) String() string
String returns the string representation.
API parameter values that are decorated as “sensitive” in the API will not be included in the string output. The member name will be present, but the value will be replaced with “sensitive”.
13972 13973 13974 |
// File 'service/kms/api.go', line 13972
|