Class: Aws::PartnerCentralBenefits::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PartnerCentralBenefits::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-partnercentralbenefits/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
109 110 111 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 109 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
114 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 114
def message: () -> ::String
|
#quota_code ⇒ String
129 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 129
def quota_code: () -> ::String
|
#resource_id ⇒ String
119 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 119
def resource_id: () -> ::String
|
#resource_type ⇒ String
124 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 124
def resource_type: () -> ::String
|
#retryable? ⇒ Boolean
133 134 135 |
# File 'lib/aws-sdk-partnercentralbenefits/errors.rb', line 133 def retryable? true end |