Class: Aws::QBusiness::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QBusiness::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-qbusiness/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.
145 146 147 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/errors.rb', line 145 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
150 151 152 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/errors.rb', line 150 def @message || @data[:message] end |
#resource_id ⇒ String
155 156 157 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/errors.rb', line 155 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
160 161 162 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/errors.rb', line 160 def resource_type @data[:resource_type] end |