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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

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

Returns:

  • (String)


5985
5986
5987
5988
5989
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 5985

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