Struct: kms.InvalidMarkerException

import "../ibm-cos-sdk-go/service/kms"

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

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) Code() string { return "InvalidMarkerException" }

func (s *InvalidMarkerException) Error() string



14009
14010
14011
// File 'service/kms/api.go', line 14009

func (s *InvalidMarkerException) Error() string { return fmt.Sprintf("%s: %s", s.Code(), s.Message()) }

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) GoString() string { return s.String() }

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) Message() string { if s.Message_ != nil { return *s.Message_ } return "" }

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) OrigErr() error { return nil }

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) RequestID() string { return s.RespMetadata.RequestID }

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) StatusCode() int { return s.RespMetadata.StatusCode }

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

func (s InvalidMarkerException) String() string { return awsutil.Prettify(s) }