Class: Aws::Types::MemberAccountEc2DeepInspectionStatusState

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)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def 
  @account_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def error_message
  @error_message
end

#status"ACTIVATED", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATED", "DEACTIVATED", "PENDING", "FAILED")


2207
2208
2209
# File 'sig/types.rbs', line 2207

def status
  @status
end