Class: Aws::IoTJobsDataPlane::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
The service quota has been exceeded for this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
355 356 357 358 359 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 355 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |