Class: Aws::SecurityAgent::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
The request exceeds a service quota. Review your current usage and request a quota increase if needed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6778 6779 6780 6781 6782 |
# File 'lib/aws-sdk-securityagent/types.rb', line 6778 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |