Class: Aws::Macie::Errors::InvalidInputException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Macie::Errors::InvalidInputException
- Defined in:
- lib/aws-sdk-macie/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
- #field_name ⇒ 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.
86 87 88 |
# File 'lib/aws-sdk-macie/errors.rb', line 86 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
91 92 93 |
# File 'lib/aws-sdk-macie/errors.rb', line 91 def error_code @data[:error_code] end |
#field_name ⇒ String
101 102 103 |
# File 'lib/aws-sdk-macie/errors.rb', line 101 def field_name @data[:field_name] end |
#message ⇒ String
96 97 98 |
# File 'lib/aws-sdk-macie/errors.rb', line 96 def @message || @data[:message] end |