Class: Aws::Deadline::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Deadline::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-deadline/errors.rb
Instance Method Summary collapse
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #quota_code ⇒ String
- #reason ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
158 159 160 |
# File 'lib/aws-sdk-deadline/errors.rb', line 158 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#context ⇒ String
193 |
# File 'lib/aws-sdk-deadline/errors.rb', line 193
def context: () -> ::String
|
#message ⇒ String
163 |
# File 'lib/aws-sdk-deadline/errors.rb', line 163
def message: () -> ::String
|
#quota_code ⇒ String
183 |
# File 'lib/aws-sdk-deadline/errors.rb', line 183
def quota_code: () -> ::String
|
#reason ⇒ String
168 |
# File 'lib/aws-sdk-deadline/errors.rb', line 168
def reason: () -> ::String
|
#resource_id ⇒ String
188 |
# File 'lib/aws-sdk-deadline/errors.rb', line 188
def resource_id: () -> ::String
|
#resource_type ⇒ String
173 |
# File 'lib/aws-sdk-deadline/errors.rb', line 173
def resource_type: () -> ::String
|
#service_code ⇒ String
178 |
# File 'lib/aws-sdk-deadline/errors.rb', line 178
def service_code: () -> ::String
|