Class: Aws::BCMDashboards::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::InternalServerException
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
An internal error occurred while processing the request. Retry your request. If the problem persists, contact Amazon Web Services Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
476 477 478 479 480 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 476 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |