Class: Aws::QBusiness::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QBusiness::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-qbusiness/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
177 178 179 |
# File 'lib/aws-sdk-qbusiness/errors.rb', line 177 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
182 183 184 |
# File 'lib/aws-sdk-qbusiness/errors.rb', line 182 def @message || @data[:message] end |
#resource_id ⇒ String
187 188 189 |
# File 'lib/aws-sdk-qbusiness/errors.rb', line 187 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
192 193 194 |
# File 'lib/aws-sdk-qbusiness/errors.rb', line 192 def resource_type @data[:resource_type] end |