Class: Aws::CloudFront::Types::MissingBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::MissingBody
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
This operation requires a body. Ensure that the body is present and the ‘Content-Type` header is set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7863 7864 7865 7866 7867 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7863 class MissingBody < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |