Class: Aws::DocDBElastic::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDBElastic::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdbelastic/types.rb
Overview
The service quota for the action was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1107 1108 1109 1110 1111 |
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1107 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |