Class: Aws::Detective::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Detective::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-detective/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #resources ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
129 130 131 |
# File 'lib/aws-sdk-detective/errors.rb', line 129 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
134 135 136 |
# File 'lib/aws-sdk-detective/errors.rb', line 134 def @message || @data[:message] end |
#resources ⇒ String
139 140 141 |
# File 'lib/aws-sdk-detective/errors.rb', line 139 def resources @data[:resources] end |