Class: Aws::WorkDocs::Types::LimitExceededException

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

Overview

The maximum of 100,000 files and folders under the parent folder has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2178
2179
2180
2181
2182
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2178

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