Class: Aws::WorkDocs::Types::RequestedEntityTooLargeException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workdocs/types.rb

Overview

The response is too large to return. The request must include a filter to reduce the size of the response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2352
2353
2354
2355
2356
# File 'lib/aws-sdk-workdocs/types.rb', line 2352

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