Class: Aws::ConnectCampaignsV2::Types::ServiceQuotaExceededException

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

Overview

Request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1680

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

#x_amz_error_typeString

A header that defines the error encountered while processing the request.

Returns:

  • (String)


1680
1681
1682
1683
1684
1685
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1680

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