Class: Aws::AccountAccess::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
The request exceeds a service quota for your account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
847 848 849 850 851 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 847 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |