Class: Aws::ConnectHealth::Types::ServiceQuotaExceededException

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

Overview

The request exceeds a service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1265
1266
1267
1268
1269
# File 'lib/aws-sdk-connecthealth/types.rb', line 1265

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