Class: Aws::Budgets::Types::ResourceLockedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ResourceLockedException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The error message the exception carries.
Instance Attribute Details
#message ⇒ String
The error message the exception carries.
1623 1624 1625 1626 1627 |
# File 'lib/aws-sdk-budgets/types.rb', line 1623 class ResourceLockedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |