Class: Aws::Budgets::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::InternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
An error on the server occurred during the processing of your request. Try again later.
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.
1471 1472 1473 1474 1475 |
# File 'lib/aws-sdk-budgets/types.rb', line 1471 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |