Class: Aws::Types::BatchGetCalculatedAttributeForProfileError

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)


159
160
161
# File 'sig/types.rbs', line 159

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


160
161
162
# File 'sig/types.rbs', line 160

def message
  @message
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


161
162
163
# File 'sig/types.rbs', line 161

def profile_id
  @profile_id
end