Class: Aws::Macie2::Types::AutomatedDiscoveryAccountUpdateError

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

Overview

Provides information about a request that failed to change the status of automated sensitive data discovery for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Returns:

  • (String)


327
328
329
330
331
332
# File 'lib/aws-sdk-macie2/types.rb', line 327

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

#error_codeString

The error code that indicates why a request failed to change the status of automated sensitive data discovery for an Amazon Macie account. Possible values are:

Returns:

  • (String)


327
328
329
330
331
332
# File 'lib/aws-sdk-macie2/types.rb', line 327

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