Class: Aws::ConnectCampaignService::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConnectCampaignService::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
-
#message ⇒ String
-
#x_amz_error_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
180 181 182 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/errors.rb', line 180 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
185 186 187 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/errors.rb', line 185 def @message || @data[:message] end |
#x_amz_error_type ⇒ String
190 191 192 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/errors.rb', line 190 def x_amz_error_type @data[:x_amz_error_type] end |