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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/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)


1457
1458
1459
1460
1461
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1457

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