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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

#messageString

Returns:

  • (String)


7849
7850
7851
7852
7853
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7849

class MissingBody < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end