Class: Aws::SnowDeviceManagement::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
988 989 990 991 992 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 988 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |