Class: Aws::ConnectCampaignsV2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ServiceQuotaExceededException
- 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
- #message ⇒ String
-
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
Instance Attribute Details
#message ⇒ 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_type ⇒ String
A header that defines the error encountered while processing the request.
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 |