Class: Aws::Types::FailedMemberAccountEc2DeepInspectionStatusState

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)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def 
  @account_id
end

#ec2_scan_status"ENABLING", ...

Returns the value of attribute ec2_scan_status.

Returns:

  • ("ENABLING", "ENABLED", "DISABLING", "DISABLED", "SUSPENDING", "SUSPENDED")


1441
1442
1443
# File 'sig/types.rbs', line 1441

def ec2_scan_status
  @ec2_scan_status
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def error_message
  @error_message
end