Class: Aws::NimbleStudio::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::NimbleStudio::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-nimblestudio/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #context ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
153 154 155 |
# File 'lib/aws-sdk-nimblestudio/errors.rb', line 153 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
158 159 160 |
# File 'lib/aws-sdk-nimblestudio/errors.rb', line 158 def code @code || @data[:code] end |
#context ⇒ String
163 164 165 |
# File 'lib/aws-sdk-nimblestudio/errors.rb', line 163 def context @data[:context] end |
#message ⇒ String
168 169 170 |
# File 'lib/aws-sdk-nimblestudio/errors.rb', line 168 def @message || @data[:message] end |