Class: Aws::Types::ErrorReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ "DEPENDENCY_ACCESS_DENIED_ERROR", ...

Returns the value of attribute error_code.

Returns:

  • ("DEPENDENCY_ACCESS_DENIED_ERROR", "DEPENDENCY_THROTTLING_ERROR", "DEPENDENCY_SERVICE_ERROR", "SERVICE_QUOTA_NOT_AVAILABLE_ERROR")


57
58
59
# File 'sig/types.rbs', line 57

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def error_message
  @error_message
end