Class: Aws::Budgets::Types::DuplicateRecordException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Overview

The budget name already exists. Budget names must be unique within an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1310
1311
1312
1313
1314
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1310

class DuplicateRecordException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end