Class: Aws::Types::AutomatedDiscoveryAccountUpdateError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def 
  @account_id
end

#error_code"ACCOUNT_PAUSED", "ACCOUNT_NOT_FOUND"

Returns the value of attribute error_code.

Returns:

  • ("ACCOUNT_PAUSED", "ACCOUNT_NOT_FOUND")


102
103
104
# File 'sig/types.rbs', line 102

def error_code
  @error_code
end