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)


5854
5855
5856
5857
# File 'lib/aws-sdk-cloudfront/types.rb', line 5854

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