Class: Aws::LocationService::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb
Overview
The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.
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 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6304 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |