Class: Aws::AppRunner::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::InternalServiceErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
An unexpected service exception occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1634 class InternalServiceErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |