Class: Aws::Types::BatchDeleteFeaturedResultsSetError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"InternalError", "InvalidRequest"

Returns the value of attribute error_code.

Returns:

  • ("InternalError", "InvalidRequest")


152
153
154
# File 'sig/types.rbs', line 152

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def id
  @id
end