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

9 uses

	github.com/aws/aws-sdk-go-v2/service/s3/types (current package)
		errors.go#L12: type BucketAlreadyExists struct {
		errors.go#L20: func (e *BucketAlreadyExists) Error() string {
		errors.go#L23: func (e *BucketAlreadyExists) ErrorMessage() string {
		errors.go#L29: func (e *BucketAlreadyExists) ErrorCode() string {
		errors.go#L35: func (e *BucketAlreadyExists) ErrorFault() smithy.ErrorFault { return smithy.FaultClient }

	github.com/aws/aws-sdk-go-v2/service/s3
		deserializers.go#L12446: 	output := &types.BucketAlreadyExists{}
		deserializers.go#L13311: func awsRestxml_deserializeDocumentBucketAlreadyExists(v **types.BucketAlreadyExists, decoder smithyxml.NodeDecoder) error {
		deserializers.go#L13315: 	var sv *types.BucketAlreadyExists
		deserializers.go#L13317: 		sv = &types.BucketAlreadyExists{}