Class: Aws::PCS::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PCS::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-pcs/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
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
133 134 135 |
# File 'lib/aws-sdk-pcs/errors.rb', line 133 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
138 |
# File 'lib/aws-sdk-pcs/errors.rb', line 138
def message: () -> ::String
|
#quota_code ⇒ String
158 |
# File 'lib/aws-sdk-pcs/errors.rb', line 158
def quota_code: () -> ::String
|
#resource_id ⇒ String
148 |
# File 'lib/aws-sdk-pcs/errors.rb', line 148
def resource_id: () -> ::String
|
#resource_type ⇒ String
153 |
# File 'lib/aws-sdk-pcs/errors.rb', line 153
def resource_type: () -> ::String
|
#service_code ⇒ String
143 |
# File 'lib/aws-sdk-pcs/errors.rb', line 143
def service_code: () -> ::String
|