Class: Aws::Macie::Types::InvalidInputException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

Error code for the exception

Returns:

  • (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

#field_nameString

Field that has invalid input

Returns:

  • (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

#messageString

Returns:

  • (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