Class: Aws::CustomerProfiles::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

An internal service error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4048
4049
4050
4051
4052
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4048

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