Class: Aws::Inspector::Errors::InvalidInputException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Inspector::Errors::InvalidInputException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-inspector/errors.rb
Instance Method Summary collapse
- #can_retry ⇒ String
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
constructor
A new instance of InvalidInputException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidInputException
Returns a new instance of InvalidInputException.
183 184 185 |
# File 'lib/aws-sdk-inspector/errors.rb', line 183 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#can_retry ⇒ String
198 |
# File 'lib/aws-sdk-inspector/errors.rb', line 198
def can_retry: () -> ::String
|
#error_code ⇒ String
193 |
# File 'lib/aws-sdk-inspector/errors.rb', line 193
def error_code: () -> ::String
|
#message ⇒ String
188 |
# File 'lib/aws-sdk-inspector/errors.rb', line 188
def message: () -> ::String
|