Class: Aws::Wickr::Types::InternalServerError

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

Overview

An unexpected error occurred on the server while processing the request. This indicates a problem with the Wickr service itself rather than with the request. If this error persists, contact Amazon Web Services Support.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the internal server error that occurred.

Returns:

  • (String)


1673
1674
1675
1676
1677
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1673

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