type github.com/aws/aws-sdk-go-v2/service/s3/types.InvalidObjectState

9 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		errors.go#L68: type InvalidObjectState struct {
		errors.go#L79: func (e *InvalidObjectState) Error() string {
		errors.go#L82: func (e *InvalidObjectState) ErrorMessage() string {
		errors.go#L88: func (e *InvalidObjectState) ErrorCode() string {
		errors.go#L94: func (e *InvalidObjectState) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12456: 	output := &types.InvalidObjectState{}
		deserializers.go#L16093: func awsRestxml_deserializeDocumentInvalidObjectState(v **types.InvalidObjectState, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L16097: 	var sv *types.InvalidObjectState
		deserializers.go#L16099: 		sv = &types.InvalidObjectState{}