Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomCodeError ¶
type CustomCodeError struct {
Message *string
ErrorCodeOverride *string
// contains filtered or unexported fields
}
func (*CustomCodeError) Error ¶
func (e *CustomCodeError) Error() string
func (*CustomCodeError) ErrorCode ¶
func (e *CustomCodeError) ErrorCode() string
func (*CustomCodeError) ErrorFault ¶
func (e *CustomCodeError) ErrorFault() smithy.ErrorFault
func (*CustomCodeError) ErrorMessage ¶
func (e *CustomCodeError) ErrorMessage() string
type NoCustomCodeError ¶
type NoCustomCodeError struct {
Message *string
ErrorCodeOverride *string
// contains filtered or unexported fields
}
func (*NoCustomCodeError) Error ¶
func (e *NoCustomCodeError) Error() string
func (*NoCustomCodeError) ErrorCode ¶
func (e *NoCustomCodeError) ErrorCode() string
func (*NoCustomCodeError) ErrorFault ¶
func (e *NoCustomCodeError) ErrorFault() smithy.ErrorFault
func (*NoCustomCodeError) ErrorMessage ¶
func (e *NoCustomCodeError) ErrorMessage() string
Click to show internal directories.
Click to hide internal directories.