Class: Aws::Imagebuilder::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
This exception is thrown when the service encounters an unrecoverable exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7346 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |