Class: Aws::LookoutEquipment::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Resource limitations have been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4002 4003 4004 4005 4006 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4002 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |