Class: Aws::PI::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::InternalServiceError
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
The request failed due to an unknown error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1218 1219 1220 1221 1222 |
# File 'gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb', line 1218 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |