Class: Aws::Types::ErrorDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"AUTHORIZATION_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("AUTHORIZATION_ERROR", "RESOURCE_NOT_FOUND_ERROR", "SERVICE_QUOTA_EXCEEDED_ERROR", "INTERNAL_SERVICE_ERROR")


119
120
121
# File 'sig/types.rbs', line 119

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def message
  @message
end