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