Class: Aws::InternetMonitor::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::InternalServerErrorException
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
There was an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1021 1022 1023 1024 1025 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1021 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |