Class: Aws::Inspector::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Inspector::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-inspector/errors.rb
Instance Method Summary collapse
- #can_retry ⇒ String
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
208 209 210 |
# File 'lib/aws-sdk-inspector/errors.rb', line 208 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#can_retry ⇒ String
223 224 225 |
# File 'lib/aws-sdk-inspector/errors.rb', line 223 def can_retry @data[:can_retry] end |
#error_code ⇒ String
218 219 220 |
# File 'lib/aws-sdk-inspector/errors.rb', line 218 def error_code @data[:error_code] end |
#message ⇒ String
213 214 215 |
# File 'lib/aws-sdk-inspector/errors.rb', line 213 def @message || @data[:message] end |