Class: Aws::Budgets::Types::NotFoundException

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

Overview

We can’t locate the resource that you specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1494
1495
1496
1497
1498
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1494

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