Class: Aws::Connect::Types::ServiceQuotaExceededException

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

Overview

The service quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


32306
32307
32308
32309
32310
32311
# File 'lib/aws-sdk-connect/types.rb', line 32306

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

#reasonTypes::ServiceQuotaExceededExceptionReason

The reason for the exception.



32306
32307
32308
32309
32310
32311
# File 'lib/aws-sdk-connect/types.rb', line 32306

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