Class: Aws::Artifact::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Artifact::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-artifact/lib/aws-sdk-artifact/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.
138 139 140 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 138 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
143 144 145 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 143 def @message || @data[:message] end |
#quota_code ⇒ String
163 164 165 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 163 def quota_code @data[:quota_code] end |
#resource_id ⇒ String
148 149 150 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 148 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
153 154 155 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 153 def resource_type @data[:resource_type] end |
#service_code ⇒ String
158 159 160 |
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/errors.rb', line 158 def service_code @data[:service_code] end |