Class: Aws::Connect::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
-
#message ⇒ String
-
#reason ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
418 419 420 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 418 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
423 424 425 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 423 def @message || @data[:message] end |
#reason ⇒ String
428 429 430 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/errors.rb', line 428 def reason @data[:reason] end |