Class: Aws::CloudWatchOmni::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::InternalServerException
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
An unexpected error occurred while processing the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code associated with the internal error.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
The error code associated with the internal error.
2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2665 class InternalServerException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2665 2666 2667 2668 2669 2670 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2665 class InternalServerException < Struct.new( :message, :error_code) SENSITIVE = [] include Aws::Structure end |