Class: Aws::Types::BatchGetCollaborationAnalysisTemplateError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def message
  @message
end