File: errors.rbs

package info (click to toggle)
ruby-aws-sdk-cloudformation 1.149.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,716 kB
  • sloc: ruby: 7,185; makefile: 4
file content (75 lines) | stat: -rw-r--r-- 2,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

module Aws
  module CloudFormation
    module Errors
      class ServiceError < ::Aws::Errors::ServiceError
      end

      class AlreadyExistsException < ::Aws::Errors::ServiceError
      end
      class CFNRegistryException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ChangeSetNotFoundException < ::Aws::Errors::ServiceError
      end
      class ConcurrentResourcesLimitExceededException < ::Aws::Errors::ServiceError
      end
      class CreatedButModifiedException < ::Aws::Errors::ServiceError
      end
      class GeneratedTemplateNotFoundException < ::Aws::Errors::ServiceError
      end
      class HookResultNotFoundException < ::Aws::Errors::ServiceError
      end
      class InsufficientCapabilitiesException < ::Aws::Errors::ServiceError
      end
      class InvalidChangeSetStatusException < ::Aws::Errors::ServiceError
      end
      class InvalidOperationException < ::Aws::Errors::ServiceError
      end
      class InvalidStateTransitionException < ::Aws::Errors::ServiceError
      end
      class LimitExceededException < ::Aws::Errors::ServiceError
      end
      class NameAlreadyExistsException < ::Aws::Errors::ServiceError
      end
      class OperationIdAlreadyExistsException < ::Aws::Errors::ServiceError
      end
      class OperationInProgressException < ::Aws::Errors::ServiceError
      end
      class OperationNotFoundException < ::Aws::Errors::ServiceError
      end
      class OperationStatusCheckFailedException < ::Aws::Errors::ServiceError
      end
      class ResourceScanInProgressException < ::Aws::Errors::ServiceError
      end
      class ResourceScanLimitExceededException < ::Aws::Errors::ServiceError
      end
      class ResourceScanNotFoundException < ::Aws::Errors::ServiceError
      end
      class StackInstanceNotFoundException < ::Aws::Errors::ServiceError
      end
      class StackNotFoundException < ::Aws::Errors::ServiceError
      end
      class StackRefactorNotFoundException < ::Aws::Errors::ServiceError
      end
      class StackSetNotEmptyException < ::Aws::Errors::ServiceError
      end
      class StackSetNotFoundException < ::Aws::Errors::ServiceError
      end
      class StaleRequestException < ::Aws::Errors::ServiceError
      end
      class TokenAlreadyExistsException < ::Aws::Errors::ServiceError
      end
      class TypeConfigurationNotFoundException < ::Aws::Errors::ServiceError
      end
      class TypeNotFoundException < ::Aws::Errors::ServiceError
      end
    end
  end
end