Class: Aws::BCMRecommendedActions::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMRecommendedActions::Types::InternalServerException
- Defined in:
- gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb
Overview
An unexpected error occurred during the processing of your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
61 62 63 64 65 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 61 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |