Class: Aws::FMS::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::InternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The operation failed because of a system problem, even though the request was valid. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-fms/types.rb', line 1882 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |