Class: Aws::BCMDashboards::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
The request would exceed a service quota. Review the service quotas for Amazon Web Services Billing and Cost Management Dashboards and retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1240 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |