import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This exception is thrown when the provided S3 bucket name is not valid.
*/ export interface InvalidS3BucketNameException extends __ServiceException__<_InvalidS3BucketNameExceptionDetails> { name: "InvalidS3BucketNameException"; } export interface _InvalidS3BucketNameExceptionDetails { }