Class: Aws::Honeycode::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
The request caused service quota to be breached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1343 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |