Class: Aws::Types::BatchCreateVariableError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::Integer

Returns the value of attribute code.

Returns:

  • (::Integer)


65
66
67
# File 'sig/types.rbs', line 65

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def message
  @message
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def name
  @name
end