Class: Aws::Types::BatchCreateBillScenarioUsageModificationError

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", "NOT_FOUND", "CONFLICT", "INTERNAL_SERVER_ERROR")


81
82
83
# File 'sig/types.rbs', line 81

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def error_message
  @error_message
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def key
  @key
end