Class: Aws::Macie::Types::InvalidInputException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie::Types::InvalidInputException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie/types.rb
Overview
(Discontinued) The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code for the exception.
-
#field_name ⇒ String
Field that has invalid input.
- #message ⇒ String
Instance Attribute Details
#error_code ⇒ String
Error code for the exception
233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-macie/types.rb', line 233 class InvalidInputException < Struct.new( :error_code, :message, :field_name) SENSITIVE = [] include Aws::Structure end |
#field_name ⇒ String
Field that has invalid input
233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-macie/types.rb', line 233 class InvalidInputException < Struct.new( :error_code, :message, :field_name) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
233 234 235 236 237 238 239 |
# File 'lib/aws-sdk-macie/types.rb', line 233 class InvalidInputException < Struct.new( :error_code, :message, :field_name) SENSITIVE = [] include Aws::Structure end |