Class: Aws::CustomerProfiles::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::InternalServerException
- Defined in:
- gems/aws-sdk-customerprofiles/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
5351 5352 5353 5354 5355 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5351 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |