Class: Aws::ApplicationSignals::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationSignals::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationsignals/types.rb
Overview
This request exceeds a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3511 3512 3513 3514 3515 |
# File 'lib/aws-sdk-applicationsignals/types.rb', line 3511 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |