Class: Aws::Types::BatchCreateBillScenarioCommitmentModificationError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"CONFLICT", ...

Returns the value of attribute error_code.

Returns:

  • ("CONFLICT", "INTERNAL_SERVER_ERROR", "INVALID_ACCOUNT")


39
40
41
# File 'sig/types.rbs', line 39

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def error_message
  @error_message
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def key
  @key
end