Class: Aws::Shield::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::InternalErrorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Exception that indicates that a problem occurred with the service infrastructure. You can retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1072 1073 1074 1075 1076 |
# File 'lib/aws-sdk-shield/types.rb', line 1072 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |