import { ServiceException as __ServiceException__ } from "@aws-sdk/types";
/**
*
This operation requires a body. Ensure that the body is present and the Content-Type header is set.
*/
export interface MissingBody extends __ServiceException__<_MissingBodyDetails> {
name: "MissingBody";
}
export interface _MissingBodyDetails {
/**
* _string shape
*/
Message?: string;
}