Class: Aws::WorkMail::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
The request exceeds the limit of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2958 2959 2960 2961 2962 |
# File 'lib/aws-sdk-workmail/types.rb', line 2958 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |