Class: Aws::WorkDocs::Types::TooManyLabelsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::TooManyLabelsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The limit has been reached on the number of labels for the specified resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2776 2777 2778 2779 2780 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2776 class TooManyLabelsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |