Class: Aws::Panorama::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Panorama::Errors::ServiceQuotaExceededException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-panorama/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.
143 144 145 |
# File 'lib/aws-sdk-panorama/errors.rb', line 143 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
148 |
# File 'lib/aws-sdk-panorama/errors.rb', line 148
def message: () -> ::String
|
#quota_code ⇒ String
153 |
# File 'lib/aws-sdk-panorama/errors.rb', line 153
def quota_code: () -> ::String
|
#resource_id ⇒ String
158 |
# File 'lib/aws-sdk-panorama/errors.rb', line 158
def resource_id: () -> ::String
|
#resource_type ⇒ String
163 |
# File 'lib/aws-sdk-panorama/errors.rb', line 163
def resource_type: () -> ::String
|
#service_code ⇒ String
168 |
# File 'lib/aws-sdk-panorama/errors.rb', line 168
def service_code: () -> ::String
|