Class: Aws::Budgets::Types::InternalErrorException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message the exception carries.

Returns:

  • (String)


1471
1472
1473
1474
1475
# File 'lib/aws-sdk-budgets/types.rb', line 1471

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