Class: Aws::CostandUsageReportService::Types::InternalErrorException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costandusagereportservice/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

A message to show the detail of the exception.

Returns:

  • (String)


109
110
111
112
113
# File 'lib/aws-sdk-costandusagereportservice/types.rb', line 109

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