Class: Aws::InternetMonitor::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
An internal error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1034 1035 1036 1037 1038 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1034 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |