Class: Aws::Types::BatchDeleteBillScenarioUsageModificationError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"BAD_REQUEST", ...

Returns the value of attribute error_code.

Returns:

  • ("BAD_REQUEST", "CONFLICT", "INTERNAL_SERVER_ERROR")


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

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


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

def error_message
  @error_message
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end