Class: Aws::Types::UnprocessedSecurityControl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INVALID_INPUT", ...

Returns the value of attribute error_code.

Returns:

  • ("INVALID_INPUT", "ACCESS_DENIED", "NOT_FOUND", "RESOURCE_NOT_FOUND", "LIMIT_EXCEEDED")


7891
7892
7893
# File 'sig/types.rbs', line 7891

def error_code
  @error_code
end

#error_reason::String

Returns the value of attribute error_reason.

Returns:

  • (::String)


7892
7893
7894
# File 'sig/types.rbs', line 7892

def error_reason
  @error_reason
end

#security_control_id::String

Returns the value of attribute security_control_id.

Returns:

  • (::String)


7890
7891
7892
# File 'sig/types.rbs', line 7890

def security_control_id
  @security_control_id
end