Class: Aws::Budgets::Types::ResourceLockedException

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

Overview

The request was received and recognized by the server, but the server rejected that particular method for the requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1589
1590
1591
1592
1593
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1589

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