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

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


1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1746

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)


1746
1747
1748
1749
1750
1751
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1746

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