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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


20613
20614
20615
20616
20617
20618
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20613

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

#reasonTypes::ServiceQuotaExceededExceptionReason

The reason for the exception.



20613
20614
20615
20616
20617
20618
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20613

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