Class: Aws::Wickr::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::InternalServerError
- 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
-
#message ⇒ String
A message describing the internal server error that occurred.
Instance Attribute Details
#message ⇒ String
A message describing the internal server error that occurred.
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 |