Class: Aws::LocationService::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
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/previous/developerguide/location-quotas.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message with the reason for the service quota exceeded exception error.

Returns:

  • (String)


6483
6484
6485
6486
6487
# File 'lib/aws-sdk-locationservice/types.rb', line 6483

class ServiceQuotaExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end