Class: Aws::CustomerProfiles::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::InternalServerException
- 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
#message ⇒ String
2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2820 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |