Class: Aws::AppIntegrationsService::Types::InternalServiceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::InternalServiceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appintegrationsservice/types.rb
Overview
Request processing failed due to an error or failure with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
953 954 955 956 957 |
# File 'lib/aws-sdk-appintegrationsservice/types.rb', line 953 class InternalServiceError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |