Class: Aws::Types::ReportResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def error_code
  @error_code
end

#error_detail::String

Returns the value of attribute error_detail.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def error_detail
  @error_detail
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SUCCESS", "ERROR")


809
810
811
# File 'sig/types.rbs', line 809

def status
  @status
end