Class: Aws::Macie2::Types::UnprocessedAccount

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about an account-related request that hasn't been processed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6309

class UnprocessedAccount < Struct.new(
  :account_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The source of an issue or delay. Possible values are:

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6309

class UnprocessedAccount < Struct.new(
  :account_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Returns:

  • (String)


6309
6310
6311
6312
6313
6314
6315
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6309

class UnprocessedAccount < Struct.new(
  :account_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end