Class: Aws::CodeGuruSecurity::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::InternalServerException
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
The server encountered an internal error and is unable to complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
The internal error encountered by the server.
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#error ⇒ String
The internal error encountered by the server.
751 752 753 754 755 756 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 751 class InternalServerException < Struct.new( :error, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Description of the error.
751 752 753 754 755 756 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 751 class InternalServerException < Struct.new( :error, :message) SENSITIVE = [] include Aws::Structure end |