Class: Aws::Types::BatchGetRouterInputError

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)


195
196
197
# File 'sig/types.rbs', line 195

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def message
  @message
end