Class: Aws::Pricing::Types::InternalErrorException

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

Returns:

  • (String)


310
311
312
313
314
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 310

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