Class: Aws::CloudFront::Types::MissingBody

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6030
6031
6032
6033
# File 'lib/aws-sdk-cloudfront/types.rb', line 6030

class MissingBody < Struct.new(
  :message)
  include Aws::Structure
end