Class: Aws::Types::LastReportGenerationExecutionError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"RESOURCE_NOT_FOUND", ...

Returns the value of attribute error_code.

Returns:

  • ("RESOURCE_NOT_FOUND", "ACCESS_DENIED", "INTERNAL_SERVICE_ERROR")


1220
1221
1222
# File 'sig/types.rbs', line 1220

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def error_message
  @error_message
end