Class: Aws::Translate::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
643 644 645 646 647 |
# File 'lib/aws-sdk-translate/types.rb', line 643 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |