Class: Aws::Types::JobError

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", "SERVICE_ERROR")


738
739
740
# File 'sig/types.rbs', line 738

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def message
  @message
end