Class: Aws::ApplicationCostProfiler::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationCostProfiler::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationcostprofiler/types.rb
Overview
Your request exceeds one or more of the service quotas.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
299 300 301 302 303 |
# File 'lib/aws-sdk-applicationcostprofiler/types.rb', line 299 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |