Class: Aws::SecurityAgent::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityagent/types.rb

Overview

The request exceeds a service quota. Review your current usage and request a quota increase if needed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6788
6789
6790
6791
6792
# File 'lib/aws-sdk-securityagent/types.rb', line 6788

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