Class: Aws::WorkDocs::Types::TooManyLabelsException

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

#messageString

Returns:

  • (String)


2776
2777
2778
2779
2780
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2776

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