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)


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

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def message
  @message
end