Class: Aws::Drs::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Drs::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-drs/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#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
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
150 151 152 |
# File 'lib/aws-sdk-drs/errors.rb', line 150 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
160 |
# File 'lib/aws-sdk-drs/errors.rb', line 160
def code: () -> ::String
|
#message ⇒ String
155 |
# File 'lib/aws-sdk-drs/errors.rb', line 155
def message: () -> ::String
|
#quota_code ⇒ String
180 |
# File 'lib/aws-sdk-drs/errors.rb', line 180
def quota_code: () -> ::String
|
#resource_id ⇒ String
165 |
# File 'lib/aws-sdk-drs/errors.rb', line 165
def resource_id: () -> ::String
|
#resource_type ⇒ String
170 |
# File 'lib/aws-sdk-drs/errors.rb', line 170
def resource_type: () -> ::String
|
#service_code ⇒ String
175 |
# File 'lib/aws-sdk-drs/errors.rb', line 175
def service_code: () -> ::String
|