Class: Aws::Types::FailedReportOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"INSUFFICIENT_PERMISSIONS", ...

Returns the value of attribute error_code.

Returns:

  • ("INSUFFICIENT_PERMISSIONS", "CONFIGURATION_ERROR", "INTERNAL_ERROR")


428
429
430
# File 'sig/types.rbs', line 428

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def error_message
  @error_message
end