Class: Aws::IoTTwinMaker::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
The service quota was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3490 3491 3492 3493 3494 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 3490 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |