Class: Aws::PinpointSMSVoiceV2::Types::InternalServerException

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


3212
3213
3214
3215
3216
3217
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3212

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

#request_idString

The unique identifier of the request.

Returns:

  • (String)


3212
3213
3214
3215
3216
3217
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3212

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