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
      8404 8405 8406 8407 8408  | 
    
      # File 'lib/aws-sdk-cloudfront/types.rb', line 8404 class MissingBody < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |