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/latest/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)


6306
6307
6308
6309
6310
# File 'lib/aws-sdk-locationservice/types.rb', line 6306

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