Class: Aws::LocationService::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
The operation was denied because the request would exceed the maximum
- quota][1
-
set for Amazon Location Service.
[1]: docs.aws.amazon.com/location/latest/developerguide/location-quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message with the reason for the service quota exceeded exception error.
Instance Attribute Details
#message ⇒ String
A message with the reason for the service quota exceeded exception error.
6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-locationservice/types.rb', line 6304 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |