Class: Aws::Types::BatchGetProfileError

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)


181
182
183
# File 'sig/types.rbs', line 181

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def message
  @message
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def profile_id
  @profile_id
end