Class: Aws::Imagebuilder::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
An internal server error occurred while Image Builder processed the request. Retrying the request may succeed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8890 8891 8892 8893 8894 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8890 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |