Class: Aws::PI::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- 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
1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-pi/types.rb', line 1169 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |