Class: Aws::PinpointSMSVoice::Types::InternalServiceErrorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb

Overview

The API encountered an unexpected error and couldn't complete the request. You might be able to successfully issue the request again in the future.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


292
293
294
295
296
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 292

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