Class: Aws::Types::ClassificationResultStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def code
  @code
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def reason
  @reason
end