Class: Aws::Macie2::Types::AutomatedDiscoveryAccountUpdateError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Macie2::Types::AutomatedDiscoveryAccountUpdateError
 
 
- 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
- #account_id ⇒ String
 - 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code that indicates why a request failed to change the status of automated sensitive data discovery for an Amazon Macie account.
 
Instance Attribute Details
#account_id ⇒ 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_code ⇒ String
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:
      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  |