Class: Aws::Detective::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
The request was valid but failed because of a problem with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
792 793 794 795 796 |
# File 'lib/aws-sdk-detective/types.rb', line 792 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |